R Under development (unstable) (2024-11-11 r87319 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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 Attaching package: 'parsnip' The following object is masked from 'package:dbarts': bart 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 0 | WARN 0 | SKIP 11 | PASS 49 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • !interactive() is TRUE (4): 'test_bundle_h2o.R:137:3', 'test_bundle_h2o.R:284:3', 'test_bundle_h2o.R:428:3', 'test_bundle_h2o.R:564:3' • On CRAN (7): 'test_bundle_bart.R:103:3', 'test_bundle_bart.R:120:3', 'test_bundle_embed.R:2:3', 'test_bundle_h2o.R:2:3', 'test_bundle_keras.R:2:3', 'test_bundle_torch.R:6:3', 'test_bundle_workflows.R:126:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 49 ] > > proc.time() user system elapsed 8.70 1.14 58.82