This is a test version of Biostars. For the public version, visit https://www.biostars.org.
error in BiocManager::install("hgu95av2.db")

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

1 answer

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")

Log in to answer this question.