I wish to use the devtools package. I\'ve run the following commands:
devtools
> install.packages(\"devtools\", dependencies = TRUE) .... > library
CentOS 7: I had the libcurl and gnutls development packages installed already, but still got the "cannot load git2r.so" error when installing devtools in R. I had to "reinstall" them for it to work:
sudo yum reinstall gnutls-devel.x86_64