Hi I want to create a dependence diagram of a subset of the packages on CRAN and would therefore like to read the DEACRIPTION files into a list. The list should be as follow for each package:
- package name: list - Package: character - Version: character - Date: character - ... - Depends: character vector - Suggests: character vector - ... I downloaded all packages and extracted all DESCRIPTION, but I am struggling with the creation of the list (I tried using scan(what=list(), multi.line=TRUE) with different things in list()). Before I spend to much time on it, is there a function which could help me or has somebody done something similar (I assume the DESCRIPTION file ust be somewhere be read dueing install.packages()? Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax (F): +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: rai...@krugs.de Skype: RMkrug [[alternative HTML version deleted]] ______________________________________________ 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.