Kasper Daniel Hansen wrote:
As you can understand from the comments in the /bin/sh: tar thread, you cannot expect Aquamacs to pick up environment variables you set inside Terminal / xterm.

The - by far - easiest way for you to proceed is to set the environment variables inside R using Sys.putenv, and place everything in .Rprofile

So do the following:
create ~/.Rprofile with the content

Sys.putenv(DISPLAY = ":0.0")

Just my 2 cents: Sys.putenv has been deprecated. Sys.setenv does its work without warnings.

Cheers,

Ricardo

--
Ricardo Rodríguez
Your XEN ICT Team

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to