Open QIiiiiiii1 opened 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"
And i also tried to use " install.packages("githubinstall") library(githubinstall) githubinstall("chris-mcginnis-ucsf/DoubletFinder")"
and got the same error
Were you able to figure this out? Im also getting the same error.
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.