Skip to content
Prev 378893 / 398502 Next

How to list recursive package dependency prior to installation/upgrade of a package

$lme4
 [1] "Matrix"    "methods"   "stats"     "graphics"  "grid"      "splines"
 [7] "utils"     "parallel"  "MASS"      "lattice"   "boot"      "nlme"
[13] "minqa"     "nloptr"    "Rcpp"      "RcppEigen"
$lme4
 [1] "Matrix"    "methods"   "stats"     "graphics"  "grid"      "splines"
 [7] "utils"     "parallel"  "MASS"      "lattice"   "boot"      "nlme"
[13] "minqa"     "nloptr"    "Rcpp"      "RcppEigen" "grDevices"

Use reverse=TRUE to list packages that depend on the given package.
Bill Dunlap
TIBCO Software
wdunlap tibco.com


On Thu, Mar 14, 2019 at 12:09 PM Sebastien Bihorel <
sebastien.bihorel at cognigencorp.com> wrote: