Dear R-experts, How to solve that problem?
My R version is 4.2.1 Here below trying to install RGBL library found here : https://bioconductor.org/packages/release/bioc/html/RBGL.html So, I run this R code : if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("RBGL") Here is what I get : > if (!require("BiocManager", quietly = TRUE)) + install.packages("BiocManager") Bioconductor version 3.16 (BiocManager 1.30.20), R 4.2.1 (2022-06-23) > > BiocManager::install("RBGL") Bioconductor version 3.16 (BiocManager 1.30.20), R 4.2.1 (2022-06-23) Warning message: package(s) not installed when version(s) same as or greater than current; use `force = TRUE` to re-install: 'RBGL' ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.