This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installation paths not writeable, unable to update packages error in installing methimpute

My code I write in R:

if (!requireNamespace("BiocManager", quietly=TRUE))
  install.packages("BiocManager")
BiocManager::install

BiocManager::install("methimpute")

The error I receive:

Bioconductor version 3.16 (BiocManager 1.30.19), R 4.2.0 (2022-04-22)
Installation paths not writeable, unable to update packages
  path: /usr/lib/R/library
  packages:
    boot, cluster, foreign, MASS, Matrix, mgcv, nlme, nnet, rpart, spatial, survival
Warning message:
package(s) not installed when version(s) same as or greater than current; use `force = TRUE` to
  re-install: 'methimpute'
r rna-seq

0 answers

No answers yet.

Log in to answer this question.