Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seurat-disk installation in r #179

Open
yulchen810 opened this issue Mar 20, 2024 · 1 comment
Open

seurat-disk installation in r #179

yulchen810 opened this issue Mar 20, 2024 · 1 comment

Comments

@yulchen810
Copy link

Hi,
I have problem in installing seurat-disk package in rstudio, and I have already installed the dependency packages listed in https://github.com/mojaveazure/seurat-disk

here is error info:

remotes::install_github("mojaveazure/seurat-disk")
Using github PAT from envvar GITHUB_PAT
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials

Rate limit remaining: 59/60
Rate limit reset at: 2024-03-20 10:12:53 UTC

Did anyone encounter this problem?

Thank you!

@goepp
Copy link

goepp commented Jul 23, 2024

I also encountered this problem. I have found no fix but the following workaround worked for me:

  1. Download the package source locally:
cd ~/
git clone https://github.com/mojaveazure/seurat-disk
  1. Install package from source:
install.packages("~/seurat-disk", repos = NULL, type = "source")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants