I'm a beginner in R. I installed R (3.2.1) and Rstudio on my Mac OS X 10.6. I am trying to install the R commander package, which seems to be quite a common package. Default repo to look for is CRAN.
install.packages('Rcmdr')
package 'Rcmdr' is not available ( for R 3.2.1 )
I look for the a Rcmdr_XXX.tar.gz source compatible with R < 3.2.1 and try to install it from there, but many dependencies are also not found during the process so it also breaks.
I cannot imagine that the solution is adding manually every one of the not-found dependencies, is there an appropiate repo for OS X 10.6?