Last updated on 2025-08-22 21:48:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.3 | 9.95 | 93.56 | 103.51 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3.3 | 7.10 | 65.17 | 72.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3.3 | 163.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.3 | 114.82 | OK | |||
r-devel-windows-x86_64 | 2.3.3 | 26.00 | 137.00 | 163.00 | OK | |
r-patched-linux-x86_64 | 2.3.3 | 14.01 | 84.93 | 98.94 | OK | |
r-release-linux-x86_64 | 2.3.2 | 9.29 | 84.16 | 93.45 | NOTE | |
r-release-macos-arm64 | 2.3.3 | 50.00 | OK | |||
r-release-macos-x86_64 | 2.3.3 | 101.00 | OK | |||
r-release-windows-x86_64 | 2.3.3 | 24.00 | 122.00 | 146.00 | OK | |
r-oldrel-macos-arm64 | 2.3.2 | 48.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.3.3 | 128.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.3 | 25.00 | 145.00 | 170.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.
Flavor: r-release-linux-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