scRNAtoolVis icon indicating copy to clipboard operation
scRNAtoolVis copied to clipboard

devtools::install_github("junjunlab/scRNAtoolVis") is not available

Open theDierickxLab opened this issue 1 year ago • 2 comments

Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

Rate limit remaining: 47/60 Rate limit reset at: 2023-03-10 14:09:34 UTC

theDierickxLab avatar Mar 10 '23 13:03 theDierickxLab

Check if the access token is available in the current access environment.

Sys.getenv("GITHUB_PAT")

If there is, record the access token, and then unset the access token.

Sys.unsetenv("GITHUB_PAT")

re-download and it will be fine.

shengjun97 avatar Jun 05 '23 04:06 shengjun97

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

bynd001 avatar Jun 27 '23 07:06 bynd001