Re: [Rd] Running package tests and not stop on first fail

2016-11-03 Thread Hervé Pagès
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

Re: [Rd] Running package tests and not stop on first fail

2016-11-03 Thread Martin Maechler
> 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

[Rd] .S4methods inconsistent behavior with methods, .S3methods

2016-11-03 Thread Richard Cotton
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