lmcinnes / umap

Uniform Manifold Approximation and Projection
BSD 3-Clause "New" or "Revised" License
7.41k stars 805 forks source link

R package loading failure #383

Open 117999 opened 4 years ago

117999 commented 4 years ago

Hi guys, I have recently updated my R to a latest version 3.6.3. but when I tried to library(Seurat) the single-cell analysis package I have installed previously, it appeared that Error: package or namespace load failed for ‘Seurat’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘multtest’. I am wondering what's the problem here. I have tried to uninstall and reinstall the package, but the very same error appeared again. Thanks a lot.

lmcinnes commented 4 years ago

I'm afraid you probably want to try the Seurat library github page; this is a python package that, as I understand it, is used by Seurat but in no way related to Seurat itself.