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]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.