Skip to content

WARNING: Method convertPointFromBase

3 messages · anonymous at place.de (, Jeff Newmiller, Peter Dalgaard

#
Hello,
I?ve noticed a Warning, while working with both the R console and a document window in R:
2016-05-23 22:16:17.507 R[2985:466607] *** WARNING: Method convertPointFromBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications. 

I have Version R 3.3.0 GUI 1.68 Mavericks build (7202) installed on my Macbook Pro running Mac OS X 10.11.5 (15F34).

Is this something to worry about? Can anyone help me out? 

I downloaded R from the official servers. 

Kind regards and thank you in advance  !
#
This is almost certainly a message from a contributed package,  not from R itself. Please figure out which package you are using and read the documentation for that package.
#
Nope, it comes from OSX. AFAIR, it is something about supporting versions back to 10.6 (Snow Leopard) in the same binary, and the thing that works in 10.6 got deprecated in later versions. It's something that we probably want to fix (something about resolution independence, making a difference with hi-res displays), but I'm unsure whether it can be done without dropping support for the older versions. I think the warning is mostly harmless until Apple drops supporting the function entirely.