报错 安装 seurat-wrappers包时报错,需要Seurat >= 5.0.0
加载seurat-wrappers包时 namespace ‘Seurat’ 4.4.0 is already loaded, but >= 5.0.0 is required
library(SeuratWrappers)
Error: package or namespace load failed for ‘SeuratWrappers’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘Seurat’ 4.4.0 is already loaded, but >= 5.0.0 is required
解决方法
remotes::install_github('satijalab/seurat-wrappers@community-vignette')
https://github.com/satijalab/seurat-wrappers/issues/169
标签:wrappers,5.0,seurat,时报,namespace,Seurat From: https://www.cnblogs.com/shuaihe/p/17948222