I had to install/use an older version of (R-3.0.3) for a reason. While installing a package from CRAN (either in RStudio or R), I received the following warning message saying unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0. See message below. In this case, I tried to install "aod". The install nevertheless went through, as confirmed by the library statement (I did not try to use it). Any idea? Thank you.
===== Warning: unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 Warning: unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 > install.packages("aod") Warning in install.packages : unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 Warning in install.packages : unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 package ‘aod’ is available as a source package but not as a binary Warning in install.packages : package ‘aod’ is not available (for R version 3.0.3) > library(aod) [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.