R Under development (unstable) (2026-03-01 r89508 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(Cubist) Loading required package: lattice > > test_check("Cubist") [ FAIL 0 | WARN 0 | SKIP 26 | PASS 348 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-basic-execution.R:1:1', 'test-basic-execution.R:47:1', 'test-committees.R:90:1', 'test-cubist.R:143:1', 'test-cubist.R:152:1', 'test-cubist.R:165:1', 'test-cubist.R:174:1', 'test-cubist.R:183:1', 'test-cubist.R:241:1', 'test-cubist.R:246:1', 'test-cubist.R:251:1', 'test-cubist.R:382:1', 'test-cubist.R:396:1', 'test-cubist.R:405:1', 'test-cubist.R:414:1', 'test-edge-cases.R:213:1', 'test-edge-cases.R:364:1', 'test-edge-cases.R:378:1', 'test-edge-cases.R:392:1', 'test-lattice.R:29:1', 'test-lattice.R:131:1', 'test-parseCubistModel.R:105:1', 'test-predict.cubist.R:61:1', 'test-predict.cubist.R:71:1', 'test-predict.cubist.R:81:1', 'test-varUsage.R:94:1' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 348 ] > > proc.time() user system elapsed 8.35 0.84 9.18