Re: [Rd] Depends: R (>= 4.1) for packages that use |> and \(...)

2025-01-22 Thread Ian Farm
Hello all, Would packages using the underscore placeholder with the native pipe need to also depend on R >= 4.2.0? There appear to be a number, modifying Ivan's GitHub search: https://github.com/search?q=org%3Acran+path%3A%2F%5B.%5D%5BRr%5Dd%3F%24%2F+%2F%5Cs%5C%7C%3E%5Cs.*%3D%5Cs%3F_%2F&type=code

Re: [Rd] R test suite LAPACK error with AOCL

2025-01-22 Thread peter dalgaard
Optimized numeric libraries are prone to getting slightly different results, which can trip up the checks. Howver, this case seems to be one of not passing NaN values properly: What should happen is this > a <- matrix(NaN, 3, 3,, list(one=1:3, two=letters[1:3])) > b <- cbind(1:3, NA) > solve(a,