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

2011-08-23 Thread Rainer M Krug
2011/8/22 Uwe Ligges lig...@statistik.tu-dortmund.de 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:

[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 - ... -

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: