CRAN Package Check Results for Package typetracer

Last updated on 2025-12-11 07:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 2.82 38.39 41.21 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 2.24 30.27 32.51 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 12.00 55.51 67.51 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 78.76 OK
r-devel-windows-x86_64 0.2.3 6.00 56.00 62.00 OK
r-patched-linux-x86_64 0.2.3 2.56 36.42 38.98 OK
r-release-linux-x86_64 0.2.3 2.91 36.42 39.33 OK
r-release-macos-arm64 0.2.3 1.00 18.00 19.00 OK
r-release-macos-x86_64 0.2.3 5.00 58.00 63.00 OK
r-release-windows-x86_64 0.2.3 8.00 57.00 65.00 OK
r-oldrel-macos-arm64 0.2.3 1.00 22.00 23.00 ERROR
r-oldrel-macos-x86_64 0.2.3 7.00 117.00 124.00 OK
r-oldrel-windows-x86_64 0.2.3 8.00 66.00 74.00 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library (testthat) > library (typetracer) > > test_check ("typetracer") * installing *binary* package ‘rematch’ ... * DONE (rematch) Saving _problems/test-trace-package-37.R * installing *binary* package ‘rematch’ ... * DONE (rematch) Saving _problems/test-trace-package-57.R * installing *source* package ‘rematch’ ... ** using non-staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package ‘rematch’ re_match example ** building package indices ** testing if installed package can be loaded * DONE (rematch) * installing *source* package ‘rematch’ ... ** using non-staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package ‘rematch’ re_match example ** building package indices ** testing if installed package can be loaded * DONE (rematch) [ FAIL 2 | WARN 0 | SKIP 2 | PASS 45 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-trace-fns.R:4:1', 'test-utils.R:47:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-trace-package.R:37:5'): trace installed package ────────────── Expected `all(grepl("\\.Rd$", x0$source_file_name))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-trace-package.R:57:5'): trace installed package ────────────── Expected `all(grepl("\\.Rd$", x0$source_file_name))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 2 | WARN 0 | SKIP 2 | PASS 45 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64