I wish to use the devtools package. I\'ve run the following commands:
devtools
> install.packages(\"devtools\", dependencies = TRUE) .... > library
I worked through a number of issues installing all of the following to get devtools to install on Ubuntu 18.04.1.
sudo apt-get install libcurl4-openssl-dev sudo apt-get install libssl-dev sudo apt-get install libcurl4-gnutls-dev sudo apt-get install libxml2-dev