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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
