installation of the devtools - anjana3/R-Programming- GitHub Wiki

(open in terminal in ubuntu add run the commands)

$ sudo apt-get -y install libcurl4-gnutls-dev libxml2-dev libssl-dev

$ sudo su
$ R

install.packages('devtools', repos='http://cran.rstudio.com/')