smorabit / hdWGCNA

High dimensional weighted gene co-expression network analysis
https://smorabit.github.io/hdWGCNA/
Other
363 stars 36 forks source link

Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/smorabit/hdWGCNA/tarball/dev' failed #335

Closed Sara-Tavallaei closed 1 week ago

Sara-Tavallaei commented 1 week ago

Hi,

I need to update my hdWGCNA package to the version 0.4.00 immediately to do Transcription factor regulatory network analysis; but after using both of the two following codes I got this error:

devtools::install_github('smorabit/hdWGCNA', ref='dev')

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

remotes::install_github("smorabit/hdWGCNA")

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

it's 3 days I'm trying these codes on both mac & linux and don't work.

Would you please share the 0.4.00 hdWGCNA package tar.gz file via your github repository ?

Thanks for any help!!

smorabit commented 1 week ago

Hi,

Sorry that you are having trouble with downloading the package. It seems like this is likely a problem with devtools, or maybe a problem with github itself. I am not sure if this will work, but you can try to clone the hdWGCNA repository and then run devtools::install_local.

Sara-Tavallaei commented 1 week ago

Hi,

Sorry that you are having trouble with downloading the package. It seems like this is likely a problem with devtools, or maybe a problem with github itself. I am not sure if this will work, but you can try to clone the hdWGCNA repository and then run devtools::install_local.

Thanks! It worked.