CRAN Package Check Results for Package LATERmodel

Last updated on 2024-05-31 20:54:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 3.87 281.82 285.69 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 4.16 215.63 219.79 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 330.53 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 326.19 OK
r-devel-windows-x86_64 0.2.0 6.00 289.00 295.00 OK
r-patched-linux-x86_64 0.2.0 5.55 266.10 271.65 OK
r-release-linux-x86_64 0.2.0 3.78 265.09 268.87 OK
r-release-macos-arm64 0.2.0 97.00 OK
r-release-macos-x86_64 0.2.0 314.00 OK
r-release-windows-x86_64 0.2.0 6.00 518.00 524.00 ERROR
r-oldrel-macos-arm64 0.2.0 97.00 OK
r-oldrel-macos-x86_64 0.2.0 262.00 OK
r-oldrel-windows-x86_64 0.2.0 7.00 344.00 351.00 OK

Check Details

Version: 0.2.0
Check: tests
Result: ERROR Running 'testthat.R' [467s] 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(LATERmodel) > > test_check("LATERmodel") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 69 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-plot.R:10:3', 'test-plot.R:23:3', 'test-plot.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-fit_data.R:85:5'): LATER model fit (mu = 5, sigma = 1) is as expected ── Error in `makePSOCKcluster(names = spec, ...)`: Cluster setup failed. 1 worker of 1 failed to connect. Backtrace: ▆ 1. └─LATERmodel::fit_data(data = data, jitter_settings = list(n = 0)) at test-fit_data.R:85:5 2. └─parallel::makeCluster(n_workers, type = cluster_type) 3. └─parallel::makePSOCKcluster(names = spec, ...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 69 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64