On Wed, Apr 13, 2011 at 11:57 AM, thmsfuller...@gmail.com
<thmsfuller...@gmail.com> wrote:
> 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
>

Look at the bottom of this page:
http://cran.r-project.org/web/packages/Matrix/index.html

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to