Skip to content
Prev 4274 / 12125 Next

[R-pkg-devel] replacing previous import

On 19/08/2019 10:08 p.m., John Harrold wrote:
You need to look at your NAMESPACE file, not the DESCRIPTION file.  It's 
likely that Roxygen has included both imports of combine in that file, 
and that *is* a problem:  only one will be valid.  (You can't have two 
objects with the same name, but you can import one of them using a 
different name.)

If you can't spot the problem, please post either the NAMESPACE file, or 
even better, a location of the whole package so we can take a look.

Duncan Murdoch