Hi Martin, Jan,
On 11/03/2016 03:45 AM, Martin Maechler wrote:
Jan Gorecki
on Tue, 1 Nov 2016 22:51:28 + writes:
> Hello community/devs, Is there an option to run package
> tests during R CMD check and not stop on first error? I
> know that testing frameworks (testhat and
> Jan Gorecki
> on Tue, 1 Nov 2016 22:51:28 + writes:
> Hello community/devs, Is there an option to run package
> tests during R CMD check and not stop on first error? I
> know that testing frameworks (testhat and others) can do
> that but asking about just R and b
If I call
.S4methods(sd)
I get the error
## Error in getGeneric(generic.function) :
## argument 'f' must be a string, generic function, or primitive:
got an ordinary function
By contrast, methods and .S3methods just state that no methods are found.
methods(sd)
## no methods found
S3methods(s