meichendong / SCDC

SCDC
42 stars 9 forks source link

SCDC download failed #42

Closed AndreasHK1 closed 3 months ago

AndreasHK1 commented 6 months ago

Hi, I struggle to download the SCDC package in my R script for spectral deconvolution. I have tried to use the following installation from GitHub:

if (!require("devtools")) { install.packages("devtools") } devtools::install_github("meichendong/SCDC")

But it returns this error:

Downloading GitHub repo meichendong/SCDC@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/meichendong/SCDC/tarball/HEAD' failed

Furthermore, I have tried downloading the meichendong/SCDC and installing the package directly from my computer. In this case, it returns this: A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

I ran R 4.2.3 but upgraded to 4.3.2 so it should not be a problem.

Sorry for the bad explanation, I am trying my best, and I hope you can help me.