On 07/18/2016 03:45 PM, Andrew Piskorski wrote:
I saw a warning from R that I don't fully understand. Here's one way
to reproduce it:
$ /usr/local/pkg/R-3.2-branch-20160718/bin/R --version | head -n 3
R version 3.2.5 Patched (2016-05-05 r70929) -- "Very, Very Secure Dishe
Hello,
## Configuring R with
./configure --with-tcl-config=/usr/lib/tcl8.5/tclConfig.sh
--with-tk-config=/usr/lib/tk8.5/tkConfig.sh CFLAGS="-fsanitize=address
-fsanitize=undefined -fno-sanitize=float-divide-by-zero,vptr "
CXXFLAGS="-fsanitize=address -fsanitize=undefined
-fno-sanitize=float-d
I saw a warning from R that I don't fully understand. Here's one way
to reproduce it:
$ /usr/local/pkg/R-3.2-branch-20160718/bin/R --version | head -n 3
R version 3.2.5 Patched (2016-05-05 r70929) -- "Very, Very Secure Dishes"
Copyright (C) 2016 The R Foundation for S
I'm not doing a good job at explaining. See inline below ...
On 16-07-18 11:02 AM, Martin Maechler wrote:
>> Ben Bolker
>> on Fri, 15 Jul 2016 16:45:50 -0400 writes:akram
>
> > I'm sorry I haven't boiled this down to a more-minimal example yet,
> > but ...
>
> > I'm
> Ben Bolker
> on Fri, 15 Jul 2016 16:45:50 -0400 writes:
> I'm sorry I haven't boiled this down to a more-minimal example yet,
> but ...
> I'm working on an S3 method (tidy.merMod, in the 'broom' package). It
> normally handles 'merMod' objects from the lme4 package,
> Travis McArthur
> on Sat, 16 Jul 2016 14:40:28 -0500 writes:
> Hi,
> I have discovered that sample() fails with an uninformative error
> message when the x argument is a single NA of type double or integer.
> I can reproduce the problem with the following code: