This is article will take you through installing R and Rstudio together with the basic packages that will be required to keep you going with your projects use this link to get more infohttp://.rstudio.com.
##installing R
Download link https://ww.r-project.org
# to download the r setup follow the link provided in the above link to download the latest r
#click the download CRAN button
#selecting the mirror
# sectionof the correct operating system that you are using
#clicking on the r link
#download the windows version if using windows
#then click the .exe that was downloaded to install it in the default library
#lets now install the main GUI that we are going to be using as out text editor
DOWNLOAD LINKhttps://www.rstudio.com/products/rstudio/download/
#use the link above
#choode the .exe for windows
.exe
#run the .exe so that you install rstudio
general case install.packages("pakagename") eg install.packages("raster")
#type inside the console uncomenting install.packages
#install.packages("pakagename")
#eg
#install.packages("raster")
#then hit enter anw wait for it to download