Package: bspline Check: tests New result: ERROR Running ‘RUnit.R’ [0s/0s] Running the tests in ‘tests/RUnit.R’ failed. Complete output: > Sys.unsetenv("R_TESTS") > if (requireNamespace("RUnit", quietly=TRUE) && requireNamespace("bspline", quietly=TRUE)) { + testSuite <- RUnit::defineTestSuite( + name = "bspline unit tests", + dirs = system.file("unitTests", package = "bspline"), + testFuncRegexp = "^[Tt]est.+", + rngKind = "default", + rngNormalKind = "default" + ) + tests <- RUnit::runTestSuite(testSuite) + + RUnit::printTextProtocol(tests) + + if (RUnit::getErrors(tests)$nFail > 0) stop("RUnit test failure") + if (RUnit::getErrors(tests)$nErr > 0) stop("Errors in RUnit tests") + } Executing test function test.bcurve.ex ... done successfully. Executing test function test.bsc0 ... done successfully. Executing test function test.bsc1 ... done successfully. Executing test function test.bsc2 ... done successfully. Executing test function test.dbsp.ex ... done successfully. Executing test function test.fitsmbsp.ex ... Timing stopped at: 0.036 0 0.035 Error in checkEqualsNumeric(0.3742364, nrm2(r), tolerance = 1e-06) : Mean relative difference: 0.0004735073 done successfully. Executing test function test.ibsp ... done successfully. Executing test function test.ipk ... done successfully. Executing test function test.jacw2 ... Error : nrow(qw) (=4) must be equal to 2 to be consistent with dim(jac)=(13,4,2). done successfully. Executing test function test.mnorm ... done successfully. Executing test function test.pbsc.ex ... done successfully. Executing test function test.smbsp.ex ... done successfully. Executing test function test.smbsp3 ... done successfully. RUNIT TEST PROTOCOL -- Tue Jan 27 11:55:01 2026 *********************************************** Number of test functions: 13 Number of errors: 0 Number of failures: 1 1 Test Suite : bspline unit tests - 13 test functions, 0 errors, 1 failure FAILURE in test.fitsmbsp.ex: Error in checkEqualsNumeric(0.3742364, nrm2(r), tolerance = 1e-06) : Mean relative difference: 0.0004735073 Details *************************** Test Suite: bspline unit tests Test function regexp: ^[Tt]est.+ Test file regexp: ^runit.+\.[rR]$ Involved directory: /home/hornik/tmp/CRAN_recheck/bspline.Rcheck/bspline/unitTests --------------------------- Test file: /home/hornik/tmp/CRAN_recheck/bspline.Rcheck/bspline/unitTests/runit.bspline.R test.bcurve.ex: (1 checks) ... OK (0 seconds) test.bsc0: (5 checks) ... OK (0 seconds) test.bsc1: (5 checks) ... OK (0 seconds) test.bsc2: (3 checks) ... OK (0 seconds) test.dbsp.ex: (1 checks) ... OK (0 seconds) test.fitsmbsp.ex: FAILURE !! (check number 1) Error in checkEqualsNumeric(0.3742364, nrm2(r), tolerance = 1e-06) : Mean relative difference: 0.0004735073 test.ibsp: (4 checks) ... OK (0 seconds) test.ipk: (1 checks) ... OK (0 seconds) test.jacw2: (3 checks) ... OK (0 seconds) test.mnorm: (1 checks) ... OK (0 seconds) test.pbsc.ex: (1 checks) ... OK (0 seconds) test.smbsp.ex: (1 checks) ... OK (0 seconds) test.smbsp3: (5 checks) ... OK (0 seconds) Error: RUnit test failure Execution halted