Open LinZhang1004 opened 6 months ago
I found the solution. Thank you!
I found the solution. Thank you!
Could you share, Im having a similar problem, thank you :)
@Korkenkaese Try this:
devtools::install_github("satijalab/seurat-data@v0.2.1")
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!