Anne wrote:

Is there an upgrate of the vcd library (visualisation of categorical data) for the latest R version?

Obviously, the most recent version appeared on CRAN on 14-Nov-2004.

Trying to download it from CRAN I get

URL /data/WWW/ftp/pub/R/bin/windows/contrib/r-release/vcd_0.1-3.4.zip was not found on this server.

The URL in the links got temporarily corrupted on CRAN.

Just type
    install.packages("vcd")
within R, or go "manually" to
    CRAN/bin/windows/contrib/r-release/


googling it, I found it for instance on http://www.sourcekeg.co.uk/cran/bin/windows/contrib/1.9/

Obviously, this was a binary package compiled fort R-1.9.x.

but trying to install it gave me the message

library(vcd)

Error in library(vcd) : 'vcd' is not a valid package -- installed < 2.0.0?

Yes, it was compiled under R-1.9.x, hence you cannot use it in R-2.x.y.

Uwe Ligges


last modification date was 14-Nov-2004



Thanks Anne
----------------------------------------------------
Anne Piotet
Tel: +41 79 359 83 32 (mobile)
Email: [EMAIL PROTECTED]
---------------------------------------------------
M-TD Modelling and Technology Development
PSE-C
CH-1015 Lausanne
Switzerland
Tel: +41 21 693 83 98
Fax: +41 21 646 41 33
--------------------------------------------------
[[alternative HTML version deleted]]


______________________________________________
[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

Reply via email to