[R] why package gregmisc did not work

Dimitris Rizopoulos dimitris.rizopoulos at med.kuleuven.ac.be
Mon Oct 18 15:40:03 CEST 2004


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
>




More information about the R-help mailing list