Skip to content
Prev 13616 / 21312 Next

[Bioc-devel] BiocInstaller: next generation

On 05/16/2018 10:23 AM, Nicolas Descostes wrote:
Running install() without any arguments will prompt to update old 
packages; install(ask=FALSE) will update packages without prompting.

I'm not sure if that was what you were asking...
valid() returns an object that prints in a compact way, but the elements 
are visible with

 > v = valid()
 > names(v)
[1] "out_of_date" "too_new"
 > head(v$out_of_date)
     Package LibPath
bit "bit"   "/home/mtmorgan/R/x86_64-pc-linux-gnu-library/3.5-Bioc-3.8"
ff  "ff"    "/home/mtmorgan/R/x86_64-pc-linux-gnu-library/3.5-Bioc-3.8"
     Installed Built   ReposVer Repository
bit "1.1-12"  "3.5.0" "1.1-13" "https://cran.rstudio.com/src/contrib"
ff  "2.2-13"  "3.5.0" "2.2-14" "https://cran.rstudio.com/src/contrib"
This email message may contain legally privileged and/or...{{dropped:2}}