unable to load DEGreport on rstudio after installation
0
0
Entering edit mode
kavator ▴ 30
@kavator-22955
Last seen 14 months ago
Singapore

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.

DEGreport • 2.4k views
ADD COMMENT
0
Entering edit mode

Please always use BiocManager::install() to install Bioconductor (and other!) packages.

After updating tibble, I have

> packageVersion("tibble")
[1] '3.0.1'

If you have the same version, then is the message that you report above

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

still being produced, or is there a different message?

ADD REPLY
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6