On 25.07.2011 19:42, eilunedpearce wrote:
Hi,

I'm trying to install CAIC directly into the newest version of R using the
code on the R-Forge CAIC website and I get an error message:

install.packages("CAIC", repos="http://R-Forge.R-project.org";)
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
   package ‘CAIC’ is not available (for R version 2.13.1)

This has worked when I've tried in other versions of R - what am I doing
wrong?

It works for me with
install.packages("CAIC", repos="http://R-Forge.R-project.org";, type="source")
on arbitrary platforms and under Windows with a simple
 install.packages("CAIC", repos="http://R-Forge.R-project.org";)

Uwe Ligges



Many thanks!
Ellie


--
View this message in context: 
http://r.789695.n4.nabble.com/Installing-CAIC-tp3693455p3693455.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to