-
Notifications
You must be signed in to change notification settings - Fork 11
Installation Guide
Amin Adibi edited this page Apr 19, 2017
·
2 revisions
- Download and Install the latest version of R from https://cran.r-project.org/bin/windows/base/
- Download and Install R Studio from https://www.rstudio.com/products/rstudio/download/
- Download and Install the latest version of Rtools from https://cran.r-project.org/bin/windows/Rtools/
- Using either an R session in Terminal or in R Studio, install the package
devtools
:
install.packages ('devtools')
- Install epicR from GitHub:
devtools::install_github('aminadibi/epicR')
- Download and Install the latest version of R from https://cran.r-project.org/bin/macosx/
- Download and Install R Studio from https://www.rstudio.com/products/rstudio/download/
- Install Xcode from Mac App Store.
- Using either an R session in Terminal or in R Studio, install the package
devtools
:
install.packages ('devtools')
- Install epicR from GitHub:
devtools::install_github('aminadibi/epicR')
- Install R by executing the following commands in Terminal:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository 'deb [arch=amd64,i386] https://cran.rstudio.com/bin/linux/ubuntu xenial/'
sudo apt-get update
sudo apt-get install r-base
If the installation is successful, you should be able to start R:
sudo -i R
- Download and Install R Studio from https://www.rstudio.com/products/rstudio/download/
- Install
libcurl
from Terminal:
sudo apt-get install libcurl4-openssl-dev libssl-dev
- Using either an R session in Terminal or in R Studio, install the package
devtools
:
install.packages ('devtools')
5. Install epicR from GitHub:
devtools::install_github('aminadibi/epicR')