This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error in loading oligoClasses in my R studio

please, I just used my biocmanager to install oligoCLasses version 3.12 on my R studio. but when I try loading the library package, it keeps bringing out this error message.

please what can I do?

library(oligoClasses)
Error: package or namespace load failed for ‘oligoClasses’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 namespace ‘S4Vectors’ 0.26.1 is already loaded, but >= 0.27.12 is required
r oligoclasses rna-seq dataset normalization

1 answer

‘S4Vectors’ 0.26.1 is already loaded, but >= 0.27.12 is required

Install S4vectors version greater than 0.27.12.

Log in to answer this question.