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?