简体   繁体   中英

unable to install ggtree in R version 4.0.5

I tried to install ggtree by using command >BiocManager::install("ggtree") but in the end in am getting error >Installation paths not writeable, unable to update packages path: C:/Program Files/R/R-4.0.5/library packages: boot, class, cluster, KernSmooth, lattice, MASS, Matrix, mgcv, nnet, spatial, survival Old packages: 'cachem', 'stringi', 'tibble', 'xfun' Update all/some/none? [a/s/n]:

Try the following:

First install rlang install.packages("rlang")

Then

Bioconductor version

library(BiocManager)
BiocManager::install("ggtree")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM