In submitting my package yarrr v0.1.5 to CRAN (https://github.com/
ndphillips/yarrr), I received the following error:
* installing *source* package 'yarrr' ...
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Warning: S3 methods 'is.na.BFBayesFactor', '
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!
--
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 Michonn