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?
• 1,118 views
•
link
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")
• 0 views
•
link
Log in to answer this question.