I have R 2.14 installed on a Mac OS X 10.7.2 (Lion).
I noticed that when I try to use the sqldf package, R hangs. I tried the fix as suggested by the sqldf help, which is to execute:
options(gsubfn.engine = "R")
prior to loading the sqldf package. This does not work. I installed the tcltk-8.5.5-x11.dmg package but still no change.
I tried to install the XQuartz software (xquartz.macosforge.org/). Despite this, R still hangs when sqldf is used or when loading the tcltk package.
Does anyone have suggestions for this problem?