I use the "R" command with the standard loading of the R.app GUI and recommend using it instead of macports. After starting the installer, I see:
$ which R
/usr/local/bin/R
$ ls -l /usr/local/bin/R
lrwxr-xr-x 1 root wheel 47 Nov 12 2008 /usr/local/bin/R -> /Library/Frameworks/R.framework/Resources/bin/R
$ R
R version 2.8.0 (2008-10-20)
...
>
, GUI, (.Rhistory .RData). , , (, ).
, , Ctrl-C. GUI .
, , Mac R X11, , , . : CarbonEL, ~/.Rprofile:
goquartz = function() {
library("CarbonEL")
options(device='quartz')
Sys.unsetenv("DISPLAY")
}
if (.Platform$GUI == "X11") {
goquartz()
}