Re: [R-SIG-Mac] Looking for help - demo() hangs R.app on 10.15.6

2020-09-05 Thread David Carlson
I have the same version of macOS and R. I do not have any problem with 'demo()' but 'demo(package = .packages(all.available = TRUE))' hangs with the spinning ball until I force quit R. David Carlson On Sat, Sep 5, 2020 at 3:56 PM Michael Feher wrote: > Hello! I am a brand-new useR and have ins

[R-SIG-Mac] Looking for help - demo() hangs R.app on 10.15.6

2020-09-05 Thread Michael Feher
Hello! I am a brand-new useR and have installed R-4.0.2.pkg and XQuartz on my macOS 10.15.6. The R GUI launches fine, but when I type 'demo()', the application hangs (even with XQuartz running). However, I can run from the CLI in my XQuartz window just fine. Where can I go to get help to get

Re: [R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread Tim Bates
OK. Perhaps it's another Big Sur thing. (and apologies all for mistaking arrow glyph for tab glyph below) > On 5 Sep 2020, at 5:09 pm, peter dalgaard wrote: > Works fine for me when started from R in Terminal. Cmd-leftarrow and > Cmd-rightarrow do their thing, as listed in the menu - provided th

Re: [R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread peter dalgaard
Works fine for me when started from R in Terminal. Cmd-leftarrow and Cmd-rightarrow do their thing, as listed in the menu - provided the graphics window has focus, otherwise they switch virtual desktops (of course). -pd > On 5 Sep 2020, at 17:59 , Tim Bates wrote: > > R for R 4.0.2 GUI 1.72

Re: [R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread Tim Bates
R for R 4.0.2 GUI 1.72 Catalina build (7847) Oops, I was going off muscle memory - I see that Quartz:Forward and Back are set to "⌘ tab" and "⌘⇧ tab" (which can't do anything as they're captured by the app switcher). What are you seeing as the keys for Quartz:Forward and Quartz:Back? Playing

Re: [R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread Duncan Murdoch
Which front end are you using? The cmd-] and cmd-[ don't do anything in the ones I'm using. Duncan Murdoch On 05/09/2020 8:23 a.m., Timothy Bates wrote: In R version: R version 4.0.2 (2020-06-22), I’m seeing the plot window not advance when a new ggplot is drawn. calls to plot() advance the

[R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread Timothy Bates
In R version: R version 4.0.2 (2020-06-22), I’m seeing the plot window not advance when a new ggplot is drawn. calls to plot() advance the quartz window to the newest “frame”, but calls to ggplot2::qplot() show the graph only the first time the function is called in the quartz window’s history.