2

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]:

Nido
  • 55
  • 1
  • 1
  • 10

1 Answers1

1

Try the following:

First install rlang install.packages("rlang")

Then

Bioconductor version

library(BiocManager)
BiocManager::install("ggtree")
TarJae
  • 72,363
  • 6
  • 19
  • 66
  • 1
    when 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