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
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.