Re: [Rd] R CMD check fails to warn about undocumented classes and methods

2011-12-16 Thread Martin Morgan
On 12/16/2011 02:02 AM, Martin Maechler wrote: On 12/15/2011 03:40 PM, Martin Morgan wrote: In > R.version.string [1] "R Under development (unstable) (2011-12-15 r57901)" PkgA promotes 'unique' to a generic and exports that DESCRIPTION: Imports: methods R/f.R: setGeneric("unique") NAMESP

Re: [Rd] R CMD check fails to warn about undocumented classes and methods

2011-12-16 Thread Martin Maechler
> On 12/15/2011 03:40 PM, Martin Morgan wrote: > > In > > > > > R.version.string > > [1] "R Under development (unstable) (2011-12-15 r57901)" > > > > PkgA promotes 'unique' to a generic and exports that > > > > DESCRIPTION: > > Imports: methods > > > > R/f.R: > > setGeneric("unique") > > > > NAMES

Re: [Rd] R CMD check fails to warn about undocumented classes and methods

2011-12-15 Thread Martin Morgan
On 12/15/2011 03:40 PM, Martin Morgan wrote: In > R.version.string [1] "R Under development (unstable) (2011-12-15 r57901)" PkgA promotes 'unique' to a generic and exports that DESCRIPTION: Imports: methods R/f.R: setGeneric("unique") NAMESPACE: export(unique) and PkgB creates and exports

[Rd] R CMD check fails to warn about undocumented classes and methods

2011-12-15 Thread Martin Morgan
In > R.version.string [1] "R Under development (unstable) (2011-12-15 r57901)" PkgA promotes 'unique' to a generic and exports that DESCRIPTION: Imports: methods R/f.R: setGeneric("unique") NAMESPACE: export(unique) and PkgB creates and exports a method on unique DESCRIPTION