search for: _bundle_

Displaying 5 results from an estimated 5 matches for "_bundle_".

2005 Mar 10
4
Gregmisc
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
2005 Dec 23
1
dse package problems
I am having problems with the package dse. I just installed R 2.2.1 and reinstalled all packages. I am running Windows XP Pro with all updates. Below there are two examples of error messages generated when trying to execute some simple programs. The code was taken directly from the package documentation. Any help on this will be greatly appreciated. Merry Christmas Fernando
2004 Oct 18
2
why package gregmisc did not work
Dear useR I want to know why package gregmisc did not work very well. I did not find this package in my library directory. > local({a <- CRAN.packages() + install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a, dependencies=TRUE)}) trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 21630 bytes
2005 Mar 10
4
dealing with package bundles (was RE: 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 Sch...
2005 Mar 10
4
dealing with package bundles (was RE: 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 Sch...