CRAN Package Check Results for Package abn

Last updated on 2026-04-30 09:52:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1.13 110.95 197.33 308.28 OK --no-tests
r-devel-linux-x86_64-debian-gcc 3.1.13 79.50 134.76 214.26 OK --no-tests
r-devel-linux-x86_64-fedora-clang 3.1.13 194.00 2219.53 2413.53 ERROR
r-devel-linux-x86_64-fedora-gcc 3.1.13 228.00 2430.17 2658.17 OK
r-devel-windows-x86_64 3.1.13 155.00 387.00 542.00 OK
r-patched-linux-x86_64 3.1.13 106.95 173.83 280.78 OK --no-tests
r-release-linux-x86_64 3.1.13 109.88 174.74 284.62 OK --no-tests
r-release-macos-arm64 3.1.13 23.00 306.00 329.00 OK
r-release-macos-x86_64 3.1.13 79.00 1156.00 1235.00 OK
r-release-windows-x86_64 3.1.13 140.00 370.00 510.00 OK
r-oldrel-macos-arm64 3.1.13 19.00 285.00 304.00 OK
r-oldrel-macos-x86_64 3.1.13 64.00 795.00 859.00 OK
r-oldrel-windows-x86_64 3.1.13 163.00 526.00 689.00 OK

Check Details

Version: 3.1.13
Check: tests
Result: ERROR Running ‘testthat.R’ [32m/90m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(abn) abn version 3.1.13 (2025-12-18) is loaded. To cite the package 'abn' in publications call: citation('abn'). > > # Set the number of threads for BLAS and OpenMP if possible > if (requireNamespace("RhpcBLASctl", quietly = TRUE)) { + RhpcBLASctl::blas_set_num_threads(2) + } else { + # E.g., on CRAN noSuggests environment, RhpcBLASctl is not available + message("RhpcBLASctl is not available, BLAS thread control will not be set.") + } > > test_check("abn") Loading required package: Matrix Running in single core mode. 'cluster.type' is ignored. Running in single core mode. 'cluster.type' is ignored. OMP: Warning #96: Cannot form a team with 8 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). ! Interrupting test: simulateAbn() works with grouping in real data. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang