I am on Linux Ubuntu version 3.6.1, using BiocManager version 3.9. When I install any package of Bioconductor, at the final of the installation I get the following message:
The downloaded source packages are in
‘/tmp/Rtmpoz9kNt/downloaded_packages’
**installation path not writeable,** **unable to update packages**: abind, acepack, askpass, assertthat, backports,
base64enc, BH, bitops, broom, caTools, cellranger, cli, clipr, colorspace, crayon, crosstalk, curl,
data.table, DBI, estimability, fansi, forcats, foreach, Formula, gbm, generics, glue, gridExtra, gtable,
highr, Hmisc, htmlTable, htmltools, htmlwidgets, httpuv, httr, iterators, jsonlite, kernlab, labeling,
later, latticeExtra, lazyeval, lme4, lubridate, magrittr, manipulateWidget, maptools, MatrixModels, miniUI,
minqa, ModelMetrics, modelr, munsell, nloptr, nortest, pbkrtest, pkgconfig, pkgKitten, plogr, plyr,
prettyunits, prodlim, promises, ps, purrr, quantreg, R6, RcmdrMisc, RColorBrewer, RcppEigen, readr,
readstata13, readxl, relimp, rematch, reshape2, rstudioapi, sandwich, scales, selectr, sourcetools, sp,
SparseM, SQUAREM, stringi, stringr, tcltk2, tidyr, tidyselect, tidyverse, timeDate, utf8, viridis,
viridisLite, webshot, whisker, withr, xml2, xtable, yaml, zeallot, class, codetools, foreign, KernSmooth,
lattice, Matrix, mgcv, nnet, rpart, spatial, survival
I need support to know how to update these packages.
Hello friend and thanks for your advice.
I figured out the problem
I only had to update using the terminal of the system instead of using RStudio.
The command inside the terminal were
When you use
sudo
you are running as administrator; I would strongly discourage installing packages, other than base R, as administrator.If this is your own system, then my suggestion would be to remove all packages from the location they are currently in
and start again installing packages as a regular user