error in BiocManager::install("hgu95av2.db")
1
0
Entering edit mode
2.2 years ago

error in BiocManager::install("hgu95av2.db")

The downloaded source packages are in 'C:\Users\vivobook\AppData\Local\Temp\RtmpW2Axem\downloaded_packages' Installation paths not writeable, unable to update packages path: C:/Program Files/R/R-4.1.1/library packages: class, foreign, lattice, MASS, Matrix, mgcv, nlme, nnet, rpart, spatial, survival

what can i do?

microarray annotation lima • 628 views
ADD COMMENT
2
Entering edit mode
2.2 years ago
Vitor1 ▴ 120

Try:

Running R as administrator and installing again, if doesn't work try:

BiocManager::install("hgu95av2.db", force = TRUE ), if doesn't work try:

The command: options("install.lock"=FALSE), and after running it then run: BiocManager::install("hgu95av2.db")

ADD COMMENT

Login before adding your answer.

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