CRAN Package Check Results for Package fozziejoin

Last updated on 2026-05-29 02:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.13 187.55 370.07 557.62 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.13 144.93 205.72 350.65 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.13 317.00 542.64 859.64 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.13 313.00 539.52 852.52 NOTE
r-devel-windows-x86_64 0.0.13 216.00 277.00 493.00 ERROR
r-patched-linux-x86_64 0.0.13 184.75 354.77 539.52 NOTE
r-release-linux-x86_64 0.0.13 187.57 360.85 548.42 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 272.00 445.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 186.00 404.00 590.00 OK

Check Details

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' [7s] 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>' (2652304) panicked at D:\temp\2026_05_27_01_50_00_15372\RtmpuGo2QL\R.INSTALL2c9d1c2736516a\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>' (2652304) 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 osa ── 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-devel-windows-x86_64