CRAN Package Check Results for Package scdtb

Last updated on 2024-05-19 18:54:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.35 50.21 55.56 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 3.35 36.49 39.84 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 67.57 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 69.60 OK
r-devel-windows-x86_64 0.1.0 5.00 59.00 64.00 OK
r-patched-linux-x86_64 0.1.0 3.05 48.99 52.04 OK
r-release-linux-x86_64 0.1.0 2.88 48.95 51.83 OK
r-release-macos-arm64 0.1.0 22.00 OK
r-release-macos-x86_64 0.1.0 54.00 OK
r-release-windows-x86_64 0.1.0 5.00 59.00 64.00 OK
r-oldrel-macos-arm64 0.1.0 27.00 OK
r-oldrel-macos-x86_64 0.1.0 44.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 68.00 74.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/18s] 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) > library(scdtb) > > test_check("scdtb") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-mixed_model_analysis.R:114:3'): mixed_model_analysis uses the .participant variable to label data points when .participant is not NULL ── Error in `nlme::gls(model = mod_form, data = .df, method = "REML", correlation = nlme::corAR1(form = re_form), ...)`: false convergence (8) Backtrace: ▆ 1. └─scdtb::mixed_model_analysis(...) at test-mixed_model_analysis.R:114:3 2. └─nlme::gls(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc