R version 4.5.0 alpha (2025-03-19 r88007 ucrt) 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(manymodelr) Loading required package: caret Loading required package: ggplot2 Loading required package: lattice Loading required package: Metrics Attaching package: 'Metrics' The following objects are masked from 'package:caret': precision, recall Loading required package: e1071 Welcome to manymodelr. This is manymodelr version 0.3.9. Please file issues and feedback at https://www.github.com/Nelson-Gon/manymodelr/issues Turn this message off using 'suppressPackageStartupMessages(library(manymodelr))' Happy Modelling! :) > data("yields", package = "manymodelr") > test_check("manymodelr") [1] ### Ordered by height ### [1] ### Ordered by height ### [ FAIL 0 | WARN 18 | SKIP 10 | PASS 89 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test_add_model_predictions.R:10:10', 'test_agg_by_group.R:4:5', 'test_fit_model.R:21:1', 'test_get_mode.R:4:17', 'test_get_this.R:14:13', 'test_get_var_corr.R:12:1', 'test_get_var_corr_.R:6:5', 'test_multi_model_1.R:15:1', 'test_multi_model_2.R:4:13', 'test_report_model.R:4:13' [ FAIL 0 | WARN 18 | SKIP 10 | PASS 89 ] > > proc.time() user system elapsed 5.57 0.68 6.26