[R-SIG-Mac] R 3.0.1 quits after a graphics command
R. Michael Weylandt <michael.weylandt@gmail.com>
michael.weylandt at gmail.com
Sun Sep 29 20:09:40 CEST 2013
What happens if you set your default device to something else? Same issue?
I.e., quartz() problem or dev.new() problem?
M
On May 20, 2013, at 21:47, Michael Herron <mcherron at mac.com> wrote:
> Hello.
>
> I am noticing what appears to be puzzling behavior in R 3.0.1. If I start R (in Aquamacs, using ESS) and execute a graphics command, R quits. See below.
>
> If I open a graphics window with quartz() and then try to make a histogram, no problem. But, graphics() and then dev.off() and then hist(x) will cause R to quit.
>
> If I run R through a terminal as opposed to through Aquamacs, there are no problems.
>
> I am running Mac OS X 10.8.3.
>
> Any thoughts would be appreciate.
>
> Thanks, mh
>
> ------------------------------------------
>
>
>
> R version 3.0.1 (2013-05-16) -- "Good Sport"
> Copyright (C) 2013 The R Foundation for Statistical Computing
> Platform: x86_64-apple-darwin10.8.0 (64-bit)
>
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
>
> Natural language support but running in an English locale
>
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
>
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
>
>> .help.ESS <- help
>> options(STERM='iESS', editor='emacsclient')
>> x <- rnorm(100)
>> hist(x)
>
> Process R finished at Mon May 20 21:39:49 2013
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
More information about the R-SIG-Mac
mailing list