I wish to use the devtools package. I\'ve run the following commands:
devtools
> install.packages(\"devtools\", dependencies = TRUE) .... > library
For ubuntu users, run this command in your terminal [Tested in UBUNTU 16.04]
sudo apt-get -y install libcurl4-openssl-dev
post this install libraries the way you usually do in R using
install.packages("package name")