CRAN Package Check Results for Package bundle

Last updated on 2024-03-28 15:49:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.00 182.33 186.33 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.87 141.94 144.81 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 244.98 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 244.03 OK
r-devel-windows-x86_64 0.1.1 4.00 182.00 186.00 ERROR
r-patched-linux-x86_64 0.1.1 3.99 180.60 184.59 OK
r-release-linux-x86_64 0.1.1 4.04 179.32 183.36 OK
r-release-macos-arm64 0.1.1 105.00 OK
r-release-macos-x86_64 0.1.1 165.00 OK
r-release-windows-x86_64 0.1.1 5.00 209.00 214.00 OK
r-oldrel-macos-arm64 0.1.1 83.00 OK
r-oldrel-windows-x86_64 0.1.1 6.00 215.00 221.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [68s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(bundle) > > test_check("bundle") Loading required package: ggplot2 Loading required package: lattice Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:xgboost': slice The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'recipes' The following object is masked from 'package:Matrix': update The following object is masked from 'package:stats': step [1] train-logloss:0.233376 [2] train-logloss:0.136658 [ FAIL 1 | WARN 0 | SKIP 9 | PASS 35 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • !interactive() is TRUE (5): 'test_bundle_h2o.R:2:3', 'test_bundle_h2o.R:136:3', 'test_bundle_h2o.R:283:3', 'test_bundle_h2o.R:427:3', 'test_bundle_h2o.R:563:3' • On CRAN (4): 'test_bundle_embed.R:2:3', 'test_bundle_keras.R:2:3', 'test_bundle_torch.R:6:3', 'test_bundle_workflows.R:126:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_bundle_caret.R:26:3'): bundling + unbundling caret fits ──────── <callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition> Error in `"get_result(output = out, options)"`: ! callr subprocess failed: could not start R, exited with non-zero status, has crashed or was killed Backtrace: ▆ 1. └─callr::r(...) at test_bundle_caret.R:26:3 2. └─callr:::get_result(output = out, options) 3. └─throw(new_callr_crash_error(output, killmsg)) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 35 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64