> Hervé Pagès
> on Mon, 7 Nov 2016 14:37:15 -0800 writes:
> On 11/05/2016 01:53 PM, Martin Maechler wrote:
>>> Oliver Keyes
>>> on Fri, 4 Nov 2016 12:42:54 -0400 writes:
>>
>> > On Friday, 4 November 2016, Martin Maechler
>> > wrote:
>>
>> >
This took me a few minutes of head-scratching:
Normally model.frame() gives an easily interpretable error if a variable
can't be found (in the data frame *or* elsewhere in the environment):
model.frame(~a,data=data.frame(x=1:5))
## Error in eval(predvars, data, env) : object 'a' not found
Now
Thanks Martin.
These changes are great and improve the usefulness of 'R CMD check'.
Especially in the context of the Bioconductor daily builds where
we'll use --no-stop-on-test-error so developers will get a full
picture of all the errors in their package at once.
Cheers,
H.
To provide some con