More importantly, the message is a spurious message from the OS, not an error,
and does not affect the functionality - the FAQ mentions how to disable those
if they bother you since R has not control over those. If there is an actual
bug to report, then please use the bug reporting system.
Chee
R is a collaborative project, not a commercial one. You may need to look around
or ask questions if you need something special. For the present case, someone
was complaining about a problem, for which the solution was in the very same
mailing list thread that he had himself contributed to.
We
Peter,
Your comment might be tongue-in-cheek, but taking it at face value, I’d like to
point out that if there’s a fix and users don’t know about it, that’s a
developer communication problem; not a user problem. Most developers deal with
this problem by releasing updated versions of their softw
If you are not aware of the fix, then you are not reading your email...
The NSButton message was reported to be gone in RGui v.7903, on r-help by
mal...@malonequantitative.com on Jan. 18.
Current patch versions (https://mac.r-project.org) are at v.7922. Next formal
patch release (4.0.4) is on
MacOS 11.2
R version 4.0.3 Patched (2021-01-30 r79912)
XQuartz 2.8.0_beta3
I get the same result. If I use Command Left Arrow/Command Right Arrow, the
plot appears so it is getting to the graphics device's history.
Alternatively, maximizing the XQuartz window causes the plot to appear and
it remai
Tom Hopper,
On Jan 8, 2021, I first reported that R on Mac gave the error message you
reported today.
We R Mac users are all getting this error. It is now a month later. I am not
aware of any fix.
Greg Coats
2021-01-07 22:58:42.997 R[8311:37566]
Warning: Expected min height of view:
()
to be l
I'm seeing the same problem in R 4.0.3 GUI 1.73 Catalina build (7892) on
macOS 11.2 with the following commands:
> data("VADeaths")
> dotchart(VADeaths, main = "Death Rates in Virginia - 1940")
I'm also seeing the following error:
> 2021-02-07 14:41:15.950 R[4408:267051] Warning: Expected min he
I�m trying to see the result of the dotchart example, i.e. dotchart(VADeaths,
main = "Death Rates in Virginia - 1940").
When I enter that and hit return, a blank Quartz 2 [*] window comes up. I�ve
checked, and the VADeaths data are present.
What should I do to actually see the result of that ca