Entering edit mode
Hi everyone; i tried to load DEGreport onto my rstudio (ver3.6.1) on windows- w internet connection on. installation was successful with both
install.packages("DEGreport", dependencies = TRUE)
and
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DEGreport")
but there was an error message
Error: package or namespace load failed for 'DEGreport' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace 'tibble' 2.1.3 is already loaded, but >= 3.0.0 is required
and i wasnt able to load i tried to solve it by unloading and updating tibble and restarting Rstudio but to no avail. Will appreciate some advice.
Please always use
BiocManager::install()
to install Bioconductor (and other!) packages.After updating tibble, I have
If you have the same version, then is the message that you report above
still being produced, or is there a different message?
Hi Martin I managed to solve the problem. Turns out it's just R trying to convince me to update R and Rstudio! Therefore, tibble was affected