Entering edit mode
@deboracasagrandepierantoni-23376
Last seen 4.7 years ago
I installed DESeq2 by
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DESeq2")
and when I try to call it from the library I get the following error
Error: package or namespace load failed for ‘DESeq2’:
objects ‘rowSums’, ‘colSums’, ‘rowMeans’, ‘colMeans’ are not exported by 'namespace:S4Vectors'
I tried deleting manually and reinstalling the package ma nothing changed. I also uploaded R from 3.6.2 to 3.6.3 but it didn't change anything.
Plus, I previously worked with DESeq2 with no problems, and didn't change anything in the meantime.
Thank you in advance for your help.
i checked before to ask the question but I couldn't find anything I hadn't already tried to solve the problem.
Check that
BiocManager::valid()
returns TRUE.