Skip to content

Gregmisc

5 messages · Christian Kamenik, Chuck Cleland, Marc Schwartz +2 more

#
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?

Cheers, Christian
#
It's a bundle of 4 packages (gtools, gdata, gmodels, and gplots), so you 
need to load one of those packages.  See the following:

http://cran.us.r-project.org/src/contrib/Descriptions/gregmisc.html

Chuck Cleland
Christian Kamenik wrote:

  
    
#
On Thu, 2005-03-10 at 14:44 +0100, Christian Kamenik wrote:
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
#
Hi,
Christian Kamenik wrote:
gregmisc is no longer a package (it used to be a package, NOT a 
library), it is now a "bundle of gtools, gdata, gmodels, gplots"

Cheers,

Kev
#
On Thu, 10 Mar 2005, Christian Kamenik wrote:

            
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