[R] problem installing RGBL library

varin sacha v@r|n@@ch@ @end|ng |rom y@hoo@|r
Sat Apr 22 18:07:28 CEST 2023


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'



More information about the R-help mailing list