[R] package usage statistics. (UPDATE)
Vladimir Eremeev
wl at eimb.ru
Tue Sep 26 17:19:21 CEST 2006
Dear Roger,
Tuesday, September 26, 2006, 4:16:38 PM, you wrote:
RB> On Tue, 26 Sep 2006, Vladimir Eremeev wrote:
>> Here is the perl script with some comments
RB> ??
Sorry, forgot to mention, this script is designed to run from the root
of the working directory tree.
It scans all R session histories and scripts and analyzes them.
This is performed through the call
find({ wanted => \&wanted, no_chdir => 1 }, '.');
The second parameter to find is a list of directories.
This allows, for example, build a histogram of package usage.
---
Best regards,
Vladimir mailto:wl at eimb.ru
More information about the R-help
mailing list