-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to install old release of SeuratData #89
Comments
I found the solution. Thank you! |
Could you share, Im having a similar problem, thank you :) |
@Korkenkaese Try this: devtools::install_github("satijalab/[email protected]") |
Could you guys please make available as tag the latest version of SeuratData which works with Seurat4? version 0.2.1 is quite old as it comes from 2019 |
Agree with @karJac. It would be really helpful to have a tag for the compatible version of Seurat-Data for Seurat V4. That way, users can easily find the right version they need. |
Hello I tried to install SeuratData on our linux server. After running
devtools::install_github('satijalab/seurat-data')
, I was told that "namespace ‘SeuratObject’ 4.1.3 is already loaded, but >= 5.0.0 is required."The server is being used by many people, and we don't want to upgrade the Seurat package from v4 to v5. Is it possible for us to install an old release of SeuratData which will be compatible with Seurat v4.1.3? Thank you!
The text was updated successfully, but these errors were encountered: