CRAN Package Check Results for Package chk

Last updated on 2024-07-12 00:52:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.1 4.78 79.37 84.15 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.2 4.56 57.41 61.97 OK
r-devel-linux-x86_64-fedora-clang 0.9.2 104.87 OK
r-devel-linux-x86_64-fedora-gcc 0.9.2 110.82 OK
r-devel-windows-x86_64 0.9.2 12.00 99.00 111.00 OK
r-patched-linux-x86_64 0.9.2 9.03 72.27 81.30 OK
r-release-linux-x86_64 0.9.1 6.44 73.55 79.99 OK
r-release-macos-arm64 0.9.2 50.00 OK
r-release-macos-x86_64 0.9.2 120.00 OK
r-release-windows-x86_64 0.9.2 11.00 112.00 123.00 OK
r-oldrel-macos-arm64 0.9.2 62.00 ERROR
r-oldrel-macos-x86_64 0.9.2 76.00 ERROR
r-oldrel-windows-x86_64 0.9.2 12.00 109.00 121.00 OK

Check Details

Version: 0.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [19s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(chk) > > test_check("chk") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1099 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-chk-atomic.R:7:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-chk-join.R:8:3'): vld_join with by = NULL ──────────────────── vld_join(data.frame(z = 1), data.frame(z = 1:2), by = NULL) is not FALSE `actual`: TRUE `expected`: FALSE [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1099 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.9.2
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘chk.Rmd’ ... > chk_flag(y) > y <- NA > chk_flag(y) When sourcing ‘chk.R’: Error: `y` must be a flag (TRUE or FALSE). Execution halted ‘chk-families.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘chk.Rmd’ using ‘UTF-8’... failed Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64