Last updated on 2025-11-20 11:51:11 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 18.71 | 25.35 | 44.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 15.10 | 20.55 | 35.65 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 92.00 | -8.32 | 83.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 147.00 | -65.28 | 81.72 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 29.00 | 60.00 | 89.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 21.42 | 24.11 | 45.53 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 22.65 | 23.86 | 46.51 | WARN | |
| 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.0 | 29.00 | 80.00 | 109.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 1.00 | 10.00 | 11.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.1 | 16.00 | 38.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 25.00 | 73.00 | 98.00 | OK |
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
algebra.cpp:12:9: warning: ISO C++ does not support ‘__int128’ for ‘A’ [-Wpedantic]
algebra.cpp:12:9: warning: ISO C++ does not support ‘__int128’ for ‘B’ [-Wpedantic]
See ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/fasttreeid.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
Flavor: r-release-linux-x86_64
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
Version: 1.0.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-arm64