Skip to content
Prev 6016 / 12125 Next

[R-pkg-devel] Use of `:::` in a package for code run in a parallel cluster

On 13/09/2020 8:47 p.m., Wang, Zhu wrote:
You don't need either pkg:: or pkg::: if you are calling the function 
from within the package.  You may need one of those if the call is 
coming from a user script.

If you use pkg:: from mypkg, you need to declare that mypkg Imports pkg. 
  (This is a line in its DESCRIPTION file.)  I think that's what the 
WARNING is telling you.

Duncan Murdoch

Thread (17 messages)