I am running on a computer without sudo privileges with R version 2.13.1 installed, and I want to install a package (Rcpp). If I try to install the package via install.packages()
I get
package ‘Rcpp’ is not available (for R version 2.13.1)
I think because by default in CRAN requires R version 2.15 and up.
I can't update my R version as I'm not superuser. Is there anyway way (without sudo) to install and old version of Rcpp for my old R version?
