64-bit R on Mac OS X 10.6 — 21 Oct 2009
I've recently started working with R on 64-bit Macs with enough RAM to make a 64-bit binary worth using. You can download R compiled for the x86_64 platform here. (It will install a new GUI application called R64.app. Make sure you run that one.) But when I went to load one of the modules I use the most, RMySQL, which allows you to load data frames directly as the result of a MySQL query, I found that the x86_64 version apparently didn't compile or install correctly. The solution?
R CMD INSTALL --configure-args='--with-mysql-dir=/usr/local/mysql' RMySQL_0.7-4.tar.gz