[R-pkg-devel] (no subject)

François Michonneau francois.michonneau at gmail.com
Tue Apr 18 17:54:11 CEST 2017


To follow up, I managed to remove the warning by exporting the
function directly. In other words, my NAMESPACE now contains both:

export("[")
exportMethods("[")

could someone please confirm it's really the best approach?

  thanks!
  -- François

On Tue, Apr 18, 2017 at 10:57 AM, François Michonneau
<francois.michonneau at gmail.com> wrote:
> Hello all,
>
>   With R-devel, I see the following for one of my packages
> (https://github.com/fmichonneau/phylobase), and I would appreciate any
> insights on what needs to be adjusted to fix it:
>
> Functions or methods with usage in documentation object
> 'subset-methods' but not in code:
>   [
>
> Thanks!
>   -- François
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel



More information about the R-package-devel mailing list