genomicsclass / windows

Guide to setting up R and RStudio on Windows
33 stars 34 forks source link

Setting up R and RStudio in Windows

Running as Administrator

Installing R

. . .
1 2 3
4 5 6
7 8 9
DONE
10 11

Installing Rtools

Now we need to install Rtools

. . .
1 2 3
4 5 6
7 8 9
10 11 12
DONE
13 14

Installing RStudio

. . .
1 2 3
DONE
4 5 6

Installing devtools

install.packages("devtools")

Installing packages from GitHub

We are ready to install R packages from GitHub

library(devtools)
install_github("jennybc/gapminder")

License

http://opensource.org/licenses/MIT