Displaying 1 result from an estimated 1 matches for "ignore_rdiff_begin".
2025 Jan 21
1
R test suite LAPACK error with AOCL
...rix(NaN, 3, 3,, list(one=1:3, two=letters[1:3]))
 > b <- cbind(1:3, NA)
 > dimnames(b) <- list(One=4:6, Two=11:12)
 > bb <- 1:3; names(bb) <- 11:12
 > ## gave error with LAPACK 3.11.0
 > ## names(dimnames(.)), ("two", "Two") are lost {FIXME?}:
 > ## IGNORE_RDIFF_BEGIN
 > stopifnot(is.na(print(solve(a, b )))) # is.na(): NA *or* NaN
Error in solve.default(a, b) :
   Lapack routine dgesv: system is exactly singular: U[1,1] = 0
Calls: stopifnot -> print -> solve -> solve.default
Execution halted
Now I wonder whether AOCL are supported by R or not. Did s...