Hi, I was trying to install the GGally package, but was getting errors. Here is what I get:
> install.packages("GGally") Installing package(s) into â/Users/ts2w/Library/R/2.15/libraryâ (as âlibâ is unspecified) Warning in install.packages : Â package âGGallyâ is not available (for R version 2.15.2) > install.packages("GGally",repos="http://cran-r.project.org") Installing package(s) into â/Users/ts2w/Library/R/2.15/libraryâ (as âlibâ is unspecified) Warning in install.packages : Â cannot open: HTTP status was '404 Not Found' Warning in install.packages : Â cannot open: HTTP status was '404 Not Found' Warning in install.packages : Â unable to access index for repository http://cran-r.project.org/src/contrib Warning in install.packages : Â package âGGallyâ is not available (for R version 2.15.2) Warning in install.packages : Â cannot open: HTTP status was '404 Not Found' Warning in install.packages : Â cannot open: HTTP status was '404 Not Found' Warning in install.packages : Â unable to access index for repository http://cran-r.project.org/bin/macosx/leopard/contrib/2.15 thanks. [[alternative HTML version deleted]]
______________________________________________ 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.