On Thu, 10 Mar 2005, 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 package bundle these days. Probably you have installed the new package bundle (including packages such as "gtools") but did not remove your old package "gregmuisc". Try, e.g., library(gtools) Uwe Ligges > Cheers, Christian > > ______________________________________________ > [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 > ______________________________________________ [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
