R Under development (unstable) (2025-12-07 r89119 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(butcher) > > test_check("butcher") 1 package (dimRed) is needed for this step but is not installed. To install run: `install.packages("dimRed")` [ FAIL 0 | WARN 0 | SKIP 44 | PASS 212 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-c5.R:2:3', 'test-earth.R:2:3', 'test-earth.R:31:3', 'test-elnet.R:2:3', 'test-flexsurvreg.R:2:3', 'test-flexsurvreg.R:18:3', 'test-flexsurvreg.R:56:3', 'test-gausspr.R:2:3', 'test-glmnet.R:2:3', 'test-kknn.R:2:3', 'test-klaR.R:2:3', 'test-klaR.R:16:3', 'test-ksvm.R:2:3', 'test-mda.R:2:3', 'test-mda.R:24:3', 'test-mda.R:98:3', 'test-mixOmics.R:2:3', 'test-mixOmics.R:21:3', 'test-mixOmics.R:40:3', 'test-multnet.R:2:3', 'test-new.R:1:1', 'test-nnet.R:2:3', 'test-randomForest.R:2:3', 'test-rpart.R:2:3', 'test-rpart.R:22:3', 'test-rsample.R:1:1', 'test-rsample.R:21:1', 'test-rsample.R:34:1', 'test-rsample.R:55:1', 'test-rsample.R:72:1', 'test-sclass.R:2:3', 'test-survreg.R:2:3', 'test-survreg.penal.R:2:3', 'test-tabnet_fit.R:2:3', 'test-tabnet_fit.R:20:3', 'test-tabnet_fit.R:37:3', 'test-train.R:2:3', 'test-train.R:44:3', 'test-train.recipe.R:9:3', 'test-ui.R:1:1', 'test-weigh.R:1:1', 'test-xgb.R:6:3', 'test-xgb.R:51:3' • {mixOmics} is not installed (1): 'test-recipe.R:454:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 212 ] > > proc.time() user system elapsed 14.96 1.18 15.39