CRAN Package Check Results for Package report

Last updated on 2024-07-13 12:48:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.9 12.98 126.59 139.57 OK
r-devel-linux-x86_64-debian-gcc 0.5.9 11.80 89.64 101.44 OK
r-devel-linux-x86_64-fedora-clang 0.5.9 170.31 OK
r-devel-linux-x86_64-fedora-gcc 0.5.9 180.74 OK
r-devel-windows-x86_64 0.5.9 11.00 356.00 367.00 OK
r-patched-linux-x86_64 0.5.8 11.27 114.71 125.98 OK
r-release-linux-x86_64 0.5.8 12.89 117.64 130.53 OK
r-release-macos-arm64 0.5.9 66.00 OK
r-release-macos-x86_64 0.5.9 168.00 OK
r-release-windows-x86_64 0.5.9 13.00 351.00 364.00 OK
r-oldrel-macos-arm64 0.5.9 14.00 ERROR
r-oldrel-macos-x86_64 0.5.9 11.00 ERROR
r-oldrel-windows-x86_64 0.5.8 15.00 462.00 477.00 ERROR

Check Details

Version: 0.5.9
Check: package dependencies
Result: ERROR Packages required and available but unsuitable versions: 'parameters', 'performance', 'datawizard' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running 'testthat.R' [330s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Generate snapshots only on Windows to avoid having to generate snapshot variant > # corresponding to each OS (#312). > # > # This is especially important for Bayesian models where the results can be different > # across OS, and there is no way to specify a threshold when it comes to snapshots > # since the values included are of character type. > if (tolower(Sys.info()[["sysname"]]) == "windows") { + library(testthat) + + test_check("report") + } Loading required package: report Start sampling boundary (singular) fit: see help('isSingular') [ FAIL 1 | WARN 10 | SKIP 42 | PASS 113 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-report.aov.R:64:3', 'test-report.brmsfit.R:17:3', 'test-report.data.frame.R:37:3', 'test-report.data.frame.R:76:3', 'test-report.data.frame.R:87:3', 'test-report.data.frame.R:94:3', 'test-report.htest-chi2.R:6:3', 'test-report.htest-chi2.R:108:3', 'test-report.htest-correlation.R:17:3', 'test-report.htest-fisher.R:12:3', 'test-report.htest-friedman.R:11:3', 'test-report.htest-kruskal.R:5:3', 'test-report.htest-t-test.R:23:3', 'test-report.ivreg.R:13:3', 'test-report.lavaan.R:12:3', 'test-report.lavaan.R:16:3', 'test-report.lavaan.R:20:3', 'test-report.lm.R:22:3', 'test-report.lm.R:40:3', 'test-report.lmer.R:20:3', 'test-report.stanreg.R:34:3', 'test-report.survreg.R:10:3', 'test-report_participants.R:51:3', 'test-report_participants.R:131:3', 'test-report_participants.R:155:3', 'test-report_participants.R:171:3', 'test-report_performance.R:79:3', 'test-report_performance.R:120:3', 'test-report_s.R:2:3', 'test-report_sample.R:57:3', 'test-report_sample.R:72:3', 'test-report_sample.R:92:3', 'test-report_sample.R:127:3', 'test-report_sample.R:142:3', 'test-report_sample.R:169:3', 'test-report_sample.R:184:3', 'test-report_sample.R:199:3', 'test-report_sample.R:226:3', 'test-report_sample.R:241:3', 'test-report_sample.R:266:3', 'test-report_sample.R:289:3' • Skipping because of a .1 decimal difference in snapshots (1): 'test-report.lm.R:6:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-report.htest-wilcox.R:7:3'): report.htest-wilcox ─────────────── Error in `UseMethod("interpret")`: no applicable method for 'interpret' applied to an object of class "NULL" Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-report.htest-wilcox.R:7:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 10 | SKIP 42 | PASS 113 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64