seqlm installation error
1
0
Entering edit mode
niutster • 0
@niutster-10602
Last seen 6.4 years ago

Hi,

I faced an error while installing "seqlm" package in R 3.2.1 in windows OS, by these commands: library(devtools) install_github("raivokolde/seqlm") , error: Error in curl::curl_fetch_disk(url, x$path, handle = handle) : SSL peer certificate or SSH remote key was not OK

How can i fix it?

Thanks

software error R installation • 1.2k views
ADD COMMENT
0
Entering edit mode
@marcel-ramos-7325
Last seen 4 days ago
United States

Hi niutster, 

A couple of points: 

If you are using Bioconductor, the recommended way to install a github package is `BiocInstaller::biocLite("raivokolde/seqlm")`. 

Since this package is not part of Bioconductor, we can't provide support with any issues that may arise from it. 

 

I tried to install it myself and it worked. Please make sure that you have the latest version of `devtools` installed. You can also try using the `remotes` CRAN package to download and install. 

 

Regards,

Marcel 

ADD COMMENT

Login before adding your answer.

Traffic: 515 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6