Re: [R] listing datasets from all my packages

2005-07-19 Thread Prof Brian Ripley
I did manage eventually to reproduce this via data(package=makecdfenv) which is a BioC package with a non-standard use of the data directory. (There are no objects in the single R file in the data directory, which from its name I suggest is a dummy and the data directory should be removed

[R] listing datasets from all my packages

2005-07-18 Thread Elizabeth Purdom
Hi, I am using R 2.1.0 on Windows XP and when I type data() to list the datasets in R, there is a helpful hint to type 'data(package = .packages(all.available = TRUE))' to see the datasets in all of the packages -- not just the active ones. However, when I do this, I get the following message: