On 5/11/23 03:07, Gmail wrote:
Windows 11 PRO Version 10.0.22621 Build 22621
Processor: Intel(R) Core(TM) i7-1065G7 "Icelake-client"
```
svn info
Path: .
Working Copy Root Path: /d/R_DEV/R-4/R42/R-4-2-branch
URL: https://svn.r-project.org/R/branches/R-4-2-branch
Relative URL: ^/branche
> Davis Vaughan
> on Tue, 9 May 2023 09:49:41 -0400 writes:
> It seems like the main problem is that `is.numeric(x)`
> isn't fully indicative of whether or not `is.finite(x)`
> makes sense for `x` (i.e. Date isn't numeric but does
> allow infinite dates).
> So I
Thanks to everybody for the reples.
tl;dr: it was a config problem with my environment being polluted by
other apps (also via $USERPROFILE/.bashrc).
R-4-2-branch builds with LTO "march=native" (Rtools42, also managed to
build with "mtune=native", which afaik is inherently included when
doing march
> What do others think?
I can imagine a class, "TemperatureKelvins", that wraps a double but would
have a range of 0 to Inf or one called "GymnasticsScore" with a range of 0
to 10. For those sorts of things it would be nice to have a generic that
gave the possible min and max for the class inste