Skip to content
Prev 14927 / 15075 Next

xquartz hanging

Hi,

I am currently running R 4.5.0 on macOS 15.5 (Sequoia), and I also use emacs (30.1) and ess (25.1.0), the latter from elpa, along with other emacs packages.

I do not have the issue that you are referring to below, and did not under prior versions to the best of my recollection.

I do tend to stay up to date on the versions of all of the above and do clean installs of R and packages with each new version, fully removing the older version file tree first (/Library/Frameworks/R.framework).

Thus, you might consider updating both macOS and R to current versions.

I don't use ggplot*, so cannot comment if there may be something specific to that package causing any issues, albeit, you might post to their github issues page in the absence of other resolutions, especially if you cannot replicate the problem with base graphics:

  https://github.com/tidyverse/ggplot2/issues

One thing that you should do, if you have not, is to be sure to re-install XQuartz after upgrading R versions, and this is referenced on the R macOS CRAN page. See if re-installing XQuartz has any impact on the issues that you are observing.

You might also want to fully uninstall XQuartz first, before re-installing it, and the instructions for that are available on their FAQ page:

  https://www.xquartz.org/FAQs.html

One additional thing to consider is to try to replicate the behavior that you are observing by running R in Terminal and/or via R.app, to try to exclude the possibility that there is something going on with your emacs/ess installation.

If you can replicate the issues in Terminal and/or R.app, that would help to exclude emacs/ess from involvement at least. If you cannot, then you might be sure that you are running the latest versions of emacs and ess to see if that helps, in case they are adding a source of conflict.

Regards,

Marc Schwartz