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
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
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:
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
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
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