Last updated on 2026-05-01 07:51:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 185.49 | 373.13 | 558.62 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 151.90 | 208.17 | 360.07 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 316.00 | 545.13 | 861.13 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 317.00 | 540.29 | 857.29 | NOTE | |
| r-devel-windows-x86_64 | 0.0.13 | 192.00 | 272.00 | 464.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.13 | 188.39 | 345.14 | 533.53 | NOTE | |
| r-release-linux-x86_64 | 0.0.13 | 189.52 | 358.55 | 548.07 | NOTE | |
| r-release-macos-arm64 | 0.0.13 | 43.00 | 78.00 | 121.00 | NOTE | |
| r-release-macos-x86_64 | 0.0.13 | 147.00 | 320.00 | 467.00 | NOTE | |
| r-release-windows-x86_64 | 0.0.13 | 160.00 | 271.00 | 431.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.0.13 | 44.00 | 80.00 | 124.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.13 | 145.00 | 253.00 | 398.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.13 | 192.00 | 406.00 | 598.00 | ERROR |
Version: 0.0.13
Check: compiled code
Result: NOTE
File ‘fozziejoin/libs/fozziejoin.so’:
Found non-API call to R: ‘R_NamespaceRegistry’
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
Version: 0.0.13
Check: compiled code
Result: NOTE
File 'fozziejoin/libs/x64/fozziejoin.dll':
Found non-API call to R: 'R_NamespaceRegistry'
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: 0.0.13
Check: compiled code
Result: NOTE
File ‘fozziejoin/libs/fozziejoin.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_NamespaceRegistry’,
‘R_Srcref’, ‘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-release-macos-x86_64
Version: 0.0.13
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> test_check("fozziejoin")
Loading required package: fozziejoin
Saving _problems/test_fozzie_string_inner_join-344.R
thread '<unnamed>' (63740) panicked at D:\temp\2026_04_29_01_50_00_12371\RtmpOIbgYO\R.INSTALL1801824d94d3\fozziejoin\src\vendor\extendr-api\src\robj\into_robj.rs:74:13:
called `Result::unwrap()` on an `Err` value: Failed initial regex join: Failed to build RegexSet: regex parse error:
(
^
error: unclosed group
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' (63740) panicked at src\lib.rs:192:1:
explicit panic
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 143 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_fozzie_string_inner_join.R:344:5'): nthread argument works for lv ──
Expected `runtime["user.self"]` <= `2.5 * runtime["elapsed"]`.
Actual comparison: 0.0300 > 0.0250
Difference: 0.0050 > 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 143 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64