Skip to content
Prev 14646 / 15075 Next

Graphics in R, version 4.3.2, does not work well in MacOS

You need to make clear what graphics device and R build you used: the 
default on a CRAN build of macOS is quartz(), which has nothing to do 
with XQuartz.  But is this a CRAN build?  AFAIK quartz() is not the 
default device in RStudio.

And also give the information (sessionInfo()) requested in the posting 
guide.  As Christophe Dutang has posted, this works for him on arm64 
macOS (and also for me).  CRAN provides both Intel and arm64 builds ....

As the posting guide also asks, you should try R-patched: binary 
installers are available at https://mac.r-project.org/ for both 
architectures.

The macOS GUI is usually called R.app (see e.g. the R-admin manual). 
RGUI is for Windows.

On 16/02/2024 09:25, Mar?a de los ?ngeles Casares de Cal via R-SIG-Mac 
wrote: