Skip to content
Prev 50070 / 63424 Next

Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean

This warning message is on my to-look-at list; I agree that sometimes it's obviously possible for the system to get the information if it tries hard enough.

The message means what it says:  Class information in a session includes the currently loaded subclasses of a particular class.  Not critical but sometimes useful.

In this case, (as I understand it without having looked recently), the issue is that the "rgeos" namespace has not been loaded, although a subclass of a class in that package has.  

So, should that namespace be loaded, to access (presumably) the class object?  Or the copy made silently somewhere?  It's probably true that the warning is not being seen by the owner of the package that could fix the problem.

John
On Mar 12, 2015, at 1:47 PM, Geoff Lee <geoff.lee99 at gmail.com> wrote: