running code in '../../R-devel-src/tests/reg-tests-1e.R' ... FAILED ==> reg-tests-1e.Rout.fail <== > ## sessionInfo() *prints* La_version() when not empty > si <- sessionInfo() > str( osi <- capture.output(si)); hasLA <- nzchar(si$LAPACK); si$LAPACK <- "" chr [1:18] "R Under development (unstable) (2025-01-20 r87609)" ... > osi.noLA <- capture.output(si) > iLA <- which(osi != osi.noLA) Error in osi != osi.noLA : (converted from warning) longer object length is not a multiple of shorter object length Calls: which Execution halted