[R] more floating point sensitivity in 3.5.0?
Anthony Damico
@jd@mico @ending from gm@il@com
Fri May 18 10:44:54 CEST 2018
hi all, in the past two days, i've found two places in unrelated code where
i needed to substitute something like
`x == y`
with
`isTRUE(all.equal(x,y))`
to fix problems that started occurring in 3.5.0 on windows. the release
news[1] makes one mention of floating points, but i'm not sure it's
related. the fixes aren't hard, so it'll be the first place i look if
other code seems to not work.
just curious if anyone's experiencing similar issues? thanks!
[1]https://cran.r-project.org/bin/windows/base/NEWS.R-3.5.0.html
[[alternative HTML version deleted]]
More information about the R-help
mailing list