You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I try installing using this code:
install.packages("Seurat")
library(dplyr)
library(Seurat)
library(patchwork)
I get this error:
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 ‘deldir’
I tried redownloading Seurat, as well as deleting R and R studio and redownloading those as well, and I continue to get the error.
The text was updated successfully, but these errors were encountered:
Hello, when I try installing using this code:
install.packages("Seurat")
library(dplyr)
library(Seurat)
library(patchwork)
I get this error:
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 ‘deldir’
I tried redownloading Seurat, as well as deleting R and R studio and redownloading those as well, and I continue to get the error.
The text was updated successfully, but these errors were encountered: