Last updated on 2026-07-30 02:56:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 186.73 | 371.48 | 558.21 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 145.35 | 206.90 | 352.25 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 352.00 | 552.94 | 904.94 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 110.00 | 247.36 | 357.36 | NOTE | |
| r-devel-windows-x86_64 | 0.0.13 | 165.00 | 272.00 | 437.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.13 | 187.94 | 361.32 | 549.26 | NOTE | |
| r-release-linux-x86_64 | 0.0.13 | 185.37 | 360.74 | 546.11 | NOTE | |
| r-release-macos-arm64 | 0.0.13 | 43.00 | 78.00 | 121.00 | NOTE | |
| r-release-macos-x86_64 | 0.0.13 | 146.00 | 373.00 | 519.00 | NOTE | |
| r-release-windows-x86_64 | 0.0.13 | 173.00 | 271.00 | 444.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 | 214.00 | 386.00 | 600.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, r-release-macos-x86_64
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: 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>' (50600) panicked at D:\temp\2026_07_28_14_23_56_26965\RtmpodYQkb\R.INSTALL153407b2a579e\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>' (50600) 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 jw ──
Expected `runtime["user.self"]` <= `2.5 * runtime["elapsed"]`.
Actual comparison: 0.040 > 0.025
Difference: 0.015 > 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 143 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64