For some reason I can't update BiocManager to 3.20
0
0
Entering edit mode
azm.ana2 • 0
@0e8da8c7
Last seen 5 hours ago
France

I just started an intership so i'm not working on my computer. I am trying to update BiocManager to the 3.20 version but without any success no matter what i do the version stays at 3.18 but i can't use it because i have the newest version of R.

I tried what they recommended but it didn't work


if (!require("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install(version = "3.20")

I don't know if anyone has had the same problem

Bioconductor • 40 views
ADD COMMENT
0
Entering edit mode

Please post output from starting R and then running sessionInfo() (as requested by the web form you use to post questions). I get

> sessionInfo()
R version 4.4.1 (2024-06-14 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 26100)

Matrix products: default


locale:
[1] LC_COLLATE=English_United States.utf8  LC_CTYPE=English_United States.utf8   
[3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.utf8    

time zone: America/New_York
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.4.1
ADD REPLY

Login before adding your answer.

Traffic: 1210 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