Last updated on 2025-12-06 10:50:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 19.74 | 25.32 | 45.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 15.68 | 20.18 | 35.86 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 52.00 | 26.47 | 78.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 51.00 | 27.18 | 78.18 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 26.00 | 61.00 | 87.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 20.84 | 23.14 | 43.98 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 21.67 | 24.05 | 45.72 | OK | |
| r-release-macos-arm64 | 1.0.0 | 9.00 | 3.00 | 12.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.1 | 16.00 | 35.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 26.00 | 66.00 | 92.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 3.00 | 15.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 16.00 | 38.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 23.00 | 76.00 | 99.00 | OK |
Version: 1.0.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/R_ext/Callbacks.h:32:2: warning: ‘#warning’ before C++23 is a GCC extension [-Wc++23-extensions]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/fasttreeid.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-9) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fasttreeid)
>
> test_check("fasttreeid")
Saving _problems/test-gmp-10.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 140 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gmp.R:10:2'): prime generation using gmp works ───────────────
Expected `result$prime` to equal "335270452938866563".
Differences:
1/1 mismatches
x[1]: "476024147063597371"
y[1]: "335270452938866563"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 140 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64