[R] How to get the names of all the packages that depend on a give package?

thmsfuller066 at gmail.com thmsfuller066 at gmail.com
Wed Apr 13 17:57:49 CEST 2011


Dear All,

I want to check what packages depends on a given package. For example,
glmnet depends on Matrix. I want get the names of all the packages
that depend on Matrix on CRAN. Is there a way to do so? Thanks!

> library(glmnet)
Loading required package: Matrix
Loading required package: lattice

-- 
Tom



More information about the R-help mailing list