[R] library vcd for R rw2001
Uwe Ligges
ligges at statistik.uni-dortmund.de
Thu Jan 6 11:55:35 CET 2005
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: anne.piotet at m-td.com
> ---------------------------------------------------
> 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]]
>
> ______________________________________________
> 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