Last updated on 2026-03-29 05:50:38 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| fasttreeid | 1 | 1 | 12 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 12
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘fasttreeid/libs/fasttreeid.so’:
Found non-API call to R: ‘R_UnboundValue’
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-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