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 opened URL downloaded 21Kb trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip' Content type `application/zip' length 687958 bytes opened URL downloaded 671Kb bundle 'gregmisc' successfully unpacked and MD5 sums checked Delete downloaded files (y/N)? y updating HTML package descriptions> library(gregmisc)Error in library(gregmisc) : There is no package called 'gregmisc' I use windows 2000 Professional and R version 2.0.0> version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.0 year 2004 month 10 day 04 language R>Then I check: http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html package gregmisc only warning on R-1.9.1 not R-2.0.0 Best regards, xiyanlon
Hi xiyanlon, It gives you the reason why `library(gregmisc)' doen't work: bundle 'gregmisc' successfully unpacked and MD5 sums checked ^^^^^^ So it's no longer a library. Look at http://tolstoy.newcastle.edu.au/R/packages/04/0056.html for more info Best, Dimitris ---- Dimitris Rizopoulos Ph.D. Student Biostatistical Centre School of Public Health Catholic University of Leuven Address: Kapucijnenvoer 35, Leuven, Belgium Tel: +32/16/396887 Fax: +32/16/337015 Web: http://www.med.kuleuven.ac.be/biostat/ http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm ----- Original Message ----- From: "Xiyan Lon" <xiyanlon at yahoo.com> To: <r-help at stat.math.ethz.ch> Sent: Monday, October 18, 2004 3:24 PM Subject: [R] 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 > opened URL > downloaded 21Kb > > trying URL > `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip' > Content type `application/zip' length 687958 bytes > opened URL > downloaded 671Kb > > bundle 'gregmisc' successfully unpacked and MD5 sums > checked > > Delete downloaded files (y/N)? y > > updating HTML package descriptions >> library(gregmisc) > Error in library(gregmisc) : There is no package > called 'gregmisc' > > I use windows 2000 Professional and R version 2.0.0 >> version > _ > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 2 > minor 0.0 > year 2004 > month 10 > day 04 > language R >> > Then I check: > http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html > package gregmisc only warning on R-1.9.1 not R-2.0.0 > > Best regards, > xiyanlon > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >
Prof Brian Ripley
2004-Oct-18 13:44 UTC
[R] There is no package gregmisc (was why package gregmisc did not work)
As it says very clearly: There is no package called 'gregmisc' ^^^^^^^ There is a _bundle_ called 'gregmisc', containing packages gtools, gdata, gmodels and gplots. There used to be a package called `gregmisc', but there is no more. See http://cran.r-project.org/src/contrib/Descriptions/gregmisc.html On Mon, 18 Oct 2004, Xiyan Lon wrote:> 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 > opened URL > downloaded 21Kb > > trying URL > `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip' > Content type `application/zip' length 687958 bytes > opened URL > downloaded 671Kb > > bundle 'gregmisc' successfully unpacked and MD5 sums > checked > > Delete downloaded files (y/N)? y > > updating HTML package descriptions > > library(gregmisc) > Error in library(gregmisc) : There is no package > called 'gregmisc'-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595