Skip to content
Prev 14280 / 15075 Next

loading tcltk fails in R 4.2.1 on macOS

John,

please file an R bug report. The code guards against the absence of /usr/bin/otool, but it doesn't guard against it being a stub so I presume this is really macOS version specific so make sure you include the full details. Quick grep suggests that something similar is used for X11 as well, so it would make sense to clean it up - personally, I wouldn't use otool for this, but working around it is non-trivial, because any call to xcrun results in the dialog being popped up. (That said, this is very minor since user's response to that dialog is irrelevant, so I don't think this will be high on anyone's priority list).

Cheers,
Simon