chris-mcginnis-ucsf / DoubletFinder

R package for detecting doublets in single-cell RNA sequencing data
413 stars 109 forks source link

install failed #204

Open QIiiiiiii1 opened 5 months ago

QIiiiiiii1 commented 5 months ago

I am trying to install DoubletFinder with this code "devtools::install_github("chris-mcginnis-ucsf/DoubletFinder")"

but I got the error "Using GitHub PAT from the git credential store. Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

Rate limit remaining: 45/60 Rate limit reset at: 2024-05-15 11:41:06 UTC"

Do you know how to fix this problem.

QIiiiiiii1 commented 5 months ago

and if i use the install.packages, the error is " install.packages("DoubletFinder") Warning in install.packages : package ‘DoubletFinder’ is not available for this version of R"

Then I tried that " devtools::install_github('chris-mcginnis-ucsf/DoubletFinder')](remotes::install_github('chris-mcginnis-ucsf/DoubletFinder'))"

and I also got the same error as the first one "Using GitHub PAT from the git credential store. Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

Rate limit remaining: 41/60 Rate limit reset at: 2024-05-15 11:41:06 UTC"

QIiiiiiii1 commented 5 months ago

And i also tried to use " install.packages("githubinstall") library(githubinstall) githubinstall("chris-mcginnis-ucsf/DoubletFinder")"

and got the same error

Daisy-Chilin commented 1 month ago

Were you able to figure this out? Im also getting the same error.