I'm using the neurobase package in R. In this package i need to download other package from github then, i'll use the devtools and get the error.
> devtools::install_github("muschellij2/ms.lesion")
Installation failed: error setting certificate verify locations:
CAfile: microsoft-r-cacert.pem
CApath: none
I'm using Ubuntu 16.04, microsoft R-3.4.3, RCurl-1.95.4.9
Already did reinstall the libcurl4-openssl-dev, libssl-dev using this code
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev