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
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘scRepertoire’ 1.10.1 is being loaded, but >= 2.0.8 is required
#437
When I was trying to install scplotter, it showed: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘scRepertoire’ 1.10.1 is being loaded, but >= 2.0.8 is required
But the latest version is 2.0.5.
Please help.
many thanks
The text was updated successfully, but these errors were encountered:
@GaF123 Perhaps a cached or older installation of scRepertoire might still be loaded, which would explain why version 1.10.1 keeps appearing even after you install from the dev branch.
Try to completely restart whatever terminal / ide session you are in, then run remove.packages("scRepertoire") and afterwards devtools::install_github("ncborcherding/scRepertoire@dev") and restart again.
Either way, this is almost certainly not an issue with scRepertoire package itself.
When I was trying to install scplotter, it showed: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘scRepertoire’ 1.10.1 is being loaded, but >= 2.0.8 is required
But the latest version is 2.0.5.
Please help.
many thanks
The text was updated successfully, but these errors were encountered: