R Markdown

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

Step1 Downloading the r setup

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

Step 2 Choose the mirror you would want to download

#selecting the mirror

step 4 Select R from first time

#clicking on the r link

Step 5 Download and run the executable file

#download the windows version  if using windows
#then click the .exe that was downloaded to install it in the default library

Installing R Studio

#lets now install the main GUI that we are going to be using as out text editor

Step 1 Donwload Rstudio From

DOWNLOAD LINKhttps://www.rstudio.com/products/rstudio/download/

#use the link above

Step 2 Based on OS choose the relevant executable installer and download it

#choode the .exe for windows

Step 3 Run the downloaded installer and start installing it in the default location

.exe

#run the .exe so that you install rstudio

Packages Installation

Step 1 click inside the console

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