I am trying to install CONICSmat and I have installed all the dependencies. But when I try
devtools::install_github("diazlab/CONICS/CONICSmat", dep = FALSE)
I get the following error
Downloading GitHub repo diazlab/CONICS@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/diazlab/CONICS/tarball/HEAD' failed
Please let me know about how to resolve this
I am trying to install CONICSmat and I have installed all the dependencies. But when I try devtools::install_github("diazlab/CONICS/CONICSmat", dep = FALSE) I get the following error Downloading GitHub repo diazlab/CONICS@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/diazlab/CONICS/tarball/HEAD' failed Please let me know about how to resolve this