R Under development (unstable) (2026-01-07 r89288 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(kindling) Attaching package: 'kindling' The following object is masked from 'package:base': args > > test_check("kindling") [ FAIL 0 | WARN 0 | SKIP 46 | PASS 33 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • Torch backend not available (46): 'test-basemodel.R:7:5', 'test-basemodel.R:26:5', 'test-basemodel.R:49:5', 'test-basemodel.R:63:5', 'test-basemodel.R:78:5', 'test-basemodel.R:95:5', 'test-basemodel.R:111:5', 'test-basemodel.R:134:5', 'test-basemodel.R:163:5', 'test-basemodel.R:182:5', 'test-basemodel.R:201:5', 'test-basemodel.R:217:5', 'test-basemodel.R:233:5', 'test-basemodel.R:250:5', 'test-basemodel.R:269:5', 'test-edge-cases.R:8:5', 'test-edge-cases.R:32:5', 'test-edge-cases.R:49:5', 'test-edge-cases.R:70:5', 'test-edge-cases.R:92:5', 'test-edge-cases.R:110:5', 'test-parsnip-integration.R:8:5', 'test-parsnip-integration.R:32:5', 'test-parsnip-integration.R:56:5', 'test-parsnip-integration.R:80:5', 'test-parsnip-integration.R:105:5', 'test-parsnip-integration.R:130:5', 'test-parsnip-integration.R:146:5', 'test-tune-workflows.R:13:5', 'test-tune-workflows.R:66:5', 'test-tune-workflows.R:115:5', 'test-tune-workflows.R:160:5', 'test-tune-workflows.R:189:5', 'test-tune-workflows.R:216:5', 'test-tune-workflows.R:243:5', 'test-variable-imp.R:7:5', 'test-variable-imp.R:30:5', 'test-variable-imp.R:53:5', 'test-variable-imp.R:78:5', 'test-variable-imp.R:99:5', 'test-variable-imp.R:120:5', 'test-workflow-integration.R:10:5', 'test-workflow-integration.R:41:5', 'test-workflow-integration.R:68:5', 'test-yardstick-integration.R:9:5', 'test-yardstick-integration.R:40:5' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 33 ] > > proc.time() user system elapsed 7.56 1.40 8.96