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

Can't install package from source #1880

Closed
eblchen opened this issue Apr 18, 2024 · 1 comment
Closed

Can't install package from source #1880

eblchen opened this issue Apr 18, 2024 · 1 comment
Labels
bug an unexpected problem or unintended behavior install 🧺
Milestone

Comments

@eblchen
Copy link

eblchen commented Apr 18, 2024

I want to create a renv project with a downgraded version of Seurat and SeuratObject but when I try to install the package from source it outputs the following error.

> install.packages("Seurat_4.0.5.tar.gz", repos = NULL, type = "source") Error: failed to resolve remote 'Seurat_4.0.5.tar.gz' -- failed to parse remote spec 'Seurat_4.0.5.tar.gz'

Seurat_4.0.5.tar.gz

@kevinushey
Copy link
Collaborator

Try:

utils::install.packages("Seurat_4.0.5.tar.gz", repos = NULL, type = "source")

@kevinushey kevinushey added bug an unexpected problem or unintended behavior install 🧺 labels Apr 21, 2024
@kevinushey kevinushey added this to the 1.1.0 milestone Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior install 🧺
Projects
None yet
Development

No branches or pull requests

2 participants