[R] Gregmisc

Marc Schwartz MSchwartz at MedAnalytics.com
Thu Mar 10 14:54:07 CET 2005


On Thu, 2005-03-10 at 14:44 +0100, Christian Kamenik wrote:
> Dear all,
> 
> I use R 2.0.1 on Windows XP professional. When I want to load the 
> 'Gregmisc' library I get the following error message:
> 
> Error in library(pkg, character.only = TRUE) :  'gregmisc' is not a 
> valid package -- installed < 2.0.0?
> 
> Can anybody tell me what's wrong with this package?


gregmisc is a _bundle_, not a package. It is now comprised of four
separate packages:

1. gtools

2. gdata

3. gmodels

4. gplots

You will need to load the particular package that you wish to use or
load all four if you wish.

HTH,

Marc Schwartz




More information about the R-help mailing list