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

2016-11-01 Thread Jan Gorecki
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 base packages. Currently when package check runs test scripts in ./tests directory it will stop a

Re: [Rd] as.formula("x") error on C stack limit

2016-11-01 Thread András Tajti
Thank you for the exhausting answer. Is it possible to add a note to the help page regarding the conclusion (or even the edge cases)? is it possible to add any validation for x in formula.character? On 1 November 2016 at 21:48, William Dunlap wrote: > Another example uses formula.character's o

Re: [Rd] as.formula("x") error on C stack limit

2016-11-01 Thread William Dunlap via R-devel
Another example uses formula.character's other arguments: > as.formula("env") Error: object of type 'special' is not subsettable > as.formula("...") Error in eval(expr, envir, enclos) : '...' used in an incorrect context It may happen for the same reason that the following does not give an error:

[Rd] as.formula("x") error on C stack limit

2016-11-01 Thread András Tajti
Dear all, I tried to run as.formula("x") and got an error message "Error: C stack usage 7971120 is too close to the limit" whether x exists or not. This is not the case in as.formula("y"), where "object 'y' not found" is the error message if y not exists, or "invalid formula" error or a formula d

Re: [Rd] BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)

2016-11-01 Thread Henrik Bengtsson
On Mon, Oct 31, 2016 at 9:36 AM, wrote: > On Mon, 31 Oct 2016, Henrik Bengtsson wrote: > >> Thank you for looking into this Luke. >> >> On Thu, Oct 27, 2016 at 9:26 AM, wrote: >>> >>> On unix, unless event polling is enabled Sys.sleep just waits in a >>> select() call (with a SIGINT handler in

Re: [Rd] Support for signing R packages with GPG

2016-11-01 Thread Jeroen Ooms
On Tue, Oct 25, 2016 at 7:22 PM, Martyn Plummer wrote: > Thanks Jeroen. The R Foundation has recently formed a working group to > look into package authentication. There are basically two models. One > is the GPG based model you describe; the other is to use X.509 as > implemented in the PKI packa