R emacs-ess does not build on mac

I have a new mac and booted ESS-emacs and R was running. But it does not create any graphs with plot () pie () or hist ().

I tried show (), X11 () and pdf (), but none of them work. Process R actually ends when I try this, for example:

plot (1:10)

Process R completed on Saturday 23 February 21:39:08 2013

+5
source share
2 answers

new poppies do not ship with X11. You need to install XQuartz .

+3
source

When I run ESS / R on mac, the plot (1:10) should display the plot in the quartz window. You do not need to resort to x11 (). I like the Quartz driver because it allows you to navigate through story history, see Quartz menu of R application.

, R Quartz, () , "aqua".

+1

All Articles