Dennis Murphy <djmuser <at> gmail.com> writes: > > Hi: > > Here's one way, assuming Matrix (or whichever package you want to > investigate) is installed on your system: > > u <- installed.packages() > u['Matrix', 'Depends'] > [1] "R (>= 2.10.0), stats, methods, utils, lattice" > > HTH, > Dennis >
Or, if it's not installed locally, use u <- available.packages() u['Matrix', 'Depends'] instead. ______________________________________________ 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.