R Under development (unstable) (2024-08-17 r87027 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. > library(testthat) > library(MachineShop) Attaching package: 'MachineShop' The following object is masked from 'package:stats': ppr > > test_check("MachineShop") [ FAIL 0 | WARN 0 | SKIP 52 | PASS 0 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • TEST_ALL is not TRUE (12): 'test-ModelSpecification.R:4:3', 'test-combine.R:4:3', 'test-controls.R:4:3', 'test-discrete-vars.R:4:3', 'test-grids.R:4:3', 'test-info.R:4:3', 'test-offsets.R:4:3', 'test-rfe.R:4:3', 'test-settings.R:4:3', 'test-survival.R:4:3', 'test-varimp.R:4:3', 'test-weights.R:4:3' • TEST_MODEL_COMPARISONS is not TRUE (2): 'test-model-comparisons.R:5:3', 'test-model-comparisons.R:33:3' • TEST_MODEL_FITTING is not TRUE (36): 'test-ML_AdaBagModel.R:2:3', 'test-ML_AdaBoostModel.R:2:3', 'test-ML_BARTMachineModel.R:2:3', 'test-ML_BARTModel.R:2:3', 'test-ML_BlackBoostModel.R:2:3', 'test-ML_C50Model.R:2:3', 'test-ML_CForestModel.R:2:3', 'test-ML_CoxModel.R:2:3', 'test-ML_EarthModel.R:2:3', 'test-ML_FDAModel.R:2:3', 'test-ML_GAMBoostModel.R:2:3', 'test-ML_GBMModel.R:2:3', 'test-ML_GLMBoostModel.R:2:3', 'test-ML_GLMModel.R:2:3', 'test-ML_GLMNetModel.R:2:3', 'test-ML_KNNModel.R:2:3', 'test-ML_LARSModel.R:2:3', 'test-ML_LDAModel.R:2:3', 'test-ML_LMModel.R:2:3', 'test-ML_MDAModel.R:2:3', 'test-ML_NNetModel.R:2:3', 'test-ML_NaiveBayesModel.R:2:3', 'test-ML_PLSModel.R:2:3', 'test-ML_POLRModel.R:2:3', 'test-ML_ParsnipModel.R:3:3', 'test-ML_QDAModel.R:2:3', 'test-ML_RFSRCModel.R:2:3', 'test-ML_RPartModel.R:2:3', 'test-ML_RandomForestModel.R:2:3', 'test-ML_RangerModel.R:2:3', 'test-ML_SVMModel.R:2:3', 'test-ML_StackedModel.R:2:3', 'test-ML_SuperModel.R:2:3', 'test-ML_SurvRegModel.R:2:3', 'test-ML_TreeModel.R:2:3', 'test-ML_XGBModel.R:2:3' • TEST_TRAINING is not TRUE (2): 'test-TrainedInputs.R:4:3', 'test-TrainedModels.R:5:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 0 ] > > proc.time() user system elapsed 4.23 0.42 4.64