tcltk problem on Apple Silicon Mac

Whenever I start R, I get a message: tcltk DLL is linked to '/opt/X11/lib/libX11.6.dylib'

That's not where tcltk is located, and I don't know how to tell R where to find it. Here are the relevant system details:

Machine: Apple Silicon M2 Powerbook
OS: MacOS Sonoma 14.4.1
R.version: 4.3.3

I installed R with the binary installer for M1-M3 Macs, which installed tcltk in /opt/R/arm64. So why is R looking for it in /opt/X11/lib and how can I link it to the correct location?

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.