[R-pkg-devel] Build error: "DLL 'BayesFactor' not found: maybe not installed for this architecture?"

2017-04-18 Thread Nathaniel Phillips
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', '

[R-pkg-devel] (no subject)

2017-04-18 Thread François Michonneau
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! --

Re: [R-pkg-devel] (no subject)

2017-04-18 Thread François Michonneau
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