Re: [R] Reading DESCRIPTION files to create dependency diagram

2011-08-23 Thread Rainer M Krug
2011/8/22 Uwe Ligges > > > On 22.08.2011 18:43, Rainer M Krug wrote: > >> 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

Re: [R] Reading DESCRIPTION files to create dependency diagram

2011-08-22 Thread Uwe Ligges
On 22.08.2011 18:43, Rainer M Krug wrote: 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:

[R] Reading DESCRIPTION files to create dependency diagram

2011-08-22 Thread Rainer M Krug
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 - ... - Depend