I\'m trying to install a package via devtools::install_github for the first time
devtools::install_github
l@np350v5c:~$ R --vanilla > library(devtools) Attaching pac
If you can't install the appropriate version of libcurl, you can try using the "install_git" function instead of "install_github". For example,
library(devtools) install_git("https://github.com/hadley/devtools.git")
That worked for me.