A user (R 3.6, Linux) reported an error that occurred during the upgrading process from challengeR 0.3.3 to 1.0.1:
namespace ‘graph’ 1.62.0 is being loaded, but >= 1.64.0 is required
A user (R 3.6, Linux) reported an error that occurred during the upgrading process from challengeR 0.3.3 to 1.0.1:
namespace ‘graph’ 1.62.0 is being loaded, but >= 1.64.0 is required
The package "graph" was moved from CRAN to Bioconductor:
https://cran.r-project.org/web/packages/graph/index.html
This might be the reason why a later version could not be found.
In this case we solved it by upgrading BiocManager. Probably the previous version did not know about the later version of "graph".
BiocManager::install(version="3.10")