10 + 10[1] 20
In this tutorial, you will learn how to install R and RStudio, the two essential tools for working with GIS and Remote Sensing in R.
R is the programming language we will use throughout these tutorials.
.pkg file.RStudio is an Integrated Development Environment (IDE) that makes working with R easier. To install RStudio:

The Source pane is where you can edit and save R or Python scripts or author computational documents like Quarto and R Markdown.
The Console pane is used to write short interactive R commands.
The Environment pane displays temporary R objects as created during that R session.
The Output pane displays the plots, tables, or HTML outputs of executed code along with files saved to disk.
Try a simple command
10 + 10[1] 20