Last updated on 2025-08-07 13:48:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.2 | 9.65 | 90.37 | 100.02 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.3.2 | 7.56 | 61.74 | 69.30 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.3.2 | 161.10 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.2 | 172.12 | ERROR | |||
r-devel-windows-x86_64 | 2.3.2 | 19.00 | 120.00 | 139.00 | ERROR | |
r-patched-linux-x86_64 | 2.3.2 | 13.67 | 83.99 | 97.66 | NOTE | |
r-release-linux-x86_64 | 2.3.2 | 9.42 | 84.77 | 94.19 | NOTE | |
r-release-macos-arm64 | 2.3.2 | 63.00 | NOTE | |||
r-release-macos-x86_64 | 2.3.2 | 110.00 | NOTE | |||
r-release-windows-x86_64 | 2.3.2 | 18.00 | 118.00 | 136.00 | NOTE | |
r-oldrel-macos-arm64 | 2.3.2 | 48.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.3.2 | 157.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.2 | 19.00 | 144.00 | 163.00 | OK |
Version: 2.3.2
Check: compiled code
Result: NOTE
File ‘checkmate/libs/checkmate.so’:
Found non-API call to R: ‘Rf_isFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 2.3.2
Check: tests
Result: ERROR
Running ‘test-all.R’ [23s/29s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("checkmate")
Loading required package: checkmate
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_include.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_anyMissing.R:73:3'): allMissing ──────────────────────────────
allMissing(xc) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.3.2
Check: tests
Result: ERROR
Running ‘test-all.R’ [14s/15s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("checkmate")
Loading required package: checkmate
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_include.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_anyMissing.R:73:3'): allMissing ──────────────────────────────
allMissing(xc) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.2
Check: tests
Result: ERROR
Running ‘test-all.R’ [37s/89s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("checkmate")
Loading required package: checkmate
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_include.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_anyMissing.R:73:3'): allMissing ──────────────────────────────
allMissing(xc) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.3.2
Check: tests
Result: ERROR
Running ‘test-all.R’ [35s/57s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("checkmate")
Loading required package: checkmate
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_include.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_anyMissing.R:73:3'): allMissing ──────────────────────────────
allMissing(xc) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 3011 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.3.2
Check: compiled code
Result: NOTE
File 'checkmate/libs/x64/checkmate.dll':
Found non-API call to R: 'Rf_isFrame'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 2.3.2
Check: tests
Result: ERROR
Running 'test-all.R' [22s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library(testthat)
> test_check("checkmate")
Loading required package: checkmate
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 2996 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_include.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_anyMissing.R:73:3'): allMissing ──────────────────────────────
allMissing(xc) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 2996 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.3.2
Check: examples
Result: ERROR
Running examples in ‘checkmate-Ex.R’ failed
The error most likely occurred in:
> ### Name: checkDataTable
> ### Title: Check if an argument is a data table
> ### Aliases: checkDataTable check_data_table assertDataTable
> ### assert_data_table testDataTable test_data_table expect_data_table
>
> ### ** Examples
>
> library(data.table)
Error in library(data.table) : there is no package called ‘data.table’
Execution halted
Flavor: r-oldrel-macos-arm64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.