R Under development (unstable) (2026-06-06 r90114 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bnns) > > test_check("bnns") Using 'OpenCL' R package for diagnostics: No OpenCL platforms found. Setting levels: control = 0, case = 1 Setting direction: controls < cases Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 3 | SKIP 29 | PASS 176 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-bnns.R:2:3', 'test-bnns.R:49:3', 'test-bnns.R:87:3', 'test-bnns.R:135:3', 'test-bnns_coverage.R:5:3', 'test-bnns_coverage.R:25:3', 'test-bnns_coverage.R:33:3', 'test-bnns_coverage.R:90:3', 'test-bnns_coverage.R:119:3', 'test-bnns_coverage.R:136:3', 'test-bnns_coverage.R:157:3', 'test-bnns_coverage.R:180:3', 'test-bnns_parsnip.R:86:3', 'test-gpu.R:25:3', 'test-parsnip_integration.R:8:3', 'test-parsnip_integration.R:28:3', 'test-parsnip_integration.R:61:3', 'test-plot.R:2:3', 'test-plot.R:32:3', 'test-predict.R:2:3', 'test-predict.R:18:3', 'test-predict.R:31:3', 'test-recipe_integration.R:10:3', 'test-recipe_integration.R:47:3', 'test-recipe_integration.R:79:3', 'test-recipe_integration.R:122:3', 'test-save_load.R:2:3', 'test-tune_integration.R:11:3', 'test-tune_integration.R:51:3' [ FAIL 0 | WARN 3 | SKIP 29 | PASS 176 ] > > proc.time() user system elapsed 6.92 1.23 8.15