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]:
Asked
Active
Viewed 1,991 times
1 Answers
1
Try the following:
First install rlang
install.packages("rlang")
Then
Bioconductor version
library(BiocManager)
BiocManager::install("ggtree")

TarJae
- 72,363
- 6
- 19
- 66
-
1when i tried it ended up in >Old packages: 'stringi' Update all/some/none? [a/s/n]: dialog – Nido May 21 '21 at 10:36
-
and uppon running the library for ggtree >Update all/some/none? [a/s/n]: ...shows up – Nido May 21 '21 at 10:39
-
when i add a nothing happen the same dialog appear again >a>Update all/some/none? [a/s/n]: – Nido May 21 '21 at 13:48