CRAN Package Check Results for Package bmm

Last updated on 2024-09-13 06:50:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 28.85 219.81 248.66 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 24.03 153.75 177.78 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.1 415.09 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.1 388.14 NOTE
r-devel-windows-x86_64 1.0.1 25.00 207.00 232.00 NOTE
r-patched-linux-x86_64 1.0.1 38.34 208.07 246.41 NOTE
r-release-linux-x86_64 1.0.1 30.26 209.92 240.18 NOTE
r-release-macos-arm64 1.0.1 93.00 NOTE
r-release-macos-x86_64 1.0.1 186.00 NOTE
r-release-windows-x86_64 1.0.1 23.00 205.00 228.00 NOTE
r-oldrel-macos-arm64 1.0.1 109.00 NOTE
r-oldrel-macos-x86_64 1.0.1 223.00 NOTE
r-oldrel-windows-x86_64 1.0.1 33.00 272.00 305.00 NOTE

Check Details

Version: 1.0.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘cmdstanr’ 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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.0.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: summary.bmmfit.Rd: summary.brmsfit Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/52s] 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(bmm) > > test_check("bmm") No formula for parameter kappa provided. Only a fixed intercept will be estimated. Your data has been sorted by the following predictors: * caution: you have set `sort_data=TRUE`. You need to be careful when using brms postprocessing methods that rely on the data order, such as generating predictions. Assuming you assigned the result of bmm() to a variable called `fit`, you can extract the sorted data from the fitted object with: data_sorted <- fit$data Your data has been sorted by the following predictors: * caution: you have set `sort_data=TRUE`. You need to be careful when using brms postprocessing methods that rely on the data order, such as generating predictions. Assuming you assigned the result of bmm() to a variable called `fit`, you can extract the sorted data from the fitted object with: data_sorted <- fit$data Your data has been sorted by the following predictors: * caution: you have set `sort_data=TRUE`. You need to be careful when using brms postprocessing methods that rely on the data order, such as generating predictions. Assuming you assigned the result of bmm() to a variable called `fit`, you can extract the sorted data from the fitted object with: data_sorted <- fit$data [ FAIL 1 | WARN 0 | SKIP 14 | PASS 304 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-bmm.R:3:3', 'test-bmm.R:58:3', 'test-helpers-model.R:83:3', 'test-model_imm.R:4:3', 'test-model_imm.R:17:3', 'test-model_imm.R:31:3', 'test-model_imm.R:46:3', 'test-model_imm.R:100:3', 'test-model_mixture3p.R:2:3', 'test-model_mixture3p.R:19:3' • Skipping (1): 'test-restructure.R:10:3' • empty test (1): 'test-helpers-model.R:126:1' • interactive() is not TRUE (2): 'test-summary.R:2:3', 'test-update.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-distributions.R:60:3'): dmixture2p integrates to 1 ─────────── ...$value (`actual`) not equal to 1 (`expected`). `actual`: 1.00000002 `expected`: 1.00000000 [ FAIL 1 | WARN 0 | SKIP 14 | PASS 304 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang