R Under development (unstable) (2025-09-02 r88773 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) > > # Machine Learning > library(tidymodels) ── Attaching packages ────────────────────────────────────── tidymodels 1.3.0 ── ✔ broom 1.0.9 ✔ recipes 1.3.1 ✔ dials 1.4.1 ✔ rsample 1.3.1 ✔ dplyr 1.1.4 ✔ tibble 3.3.0 ✔ ggplot2 3.5.2 ✔ tidyr 1.3.1 ✔ infer 1.0.9 ✔ tune 2.0.0 ✔ modeldata 1.5.1 ✔ workflows 1.3.0 ✔ parsnip 1.3.3 ✔ workflowsets 1.1.1 ✔ purrr 1.1.0 ✔ yardstick 1.3.2 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ purrr::is_null() masks testthat::is_null() ✖ dplyr::lag() masks stats::lag() ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches() ✖ recipes::step() masks stats::step() > library(modeltime) > library(modeltime.resample) > > library(glmnet) Loading required package: Matrix Attaching package: 'Matrix' The following objects are masked from 'package:tidyr': expand, pack, unpack Loaded glmnet 4.1-10 > > # Core Packages > library(timetk) > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > > test_check("modeltime.resample") [ FAIL 0 | WARN 1 | SKIP 0 | PASS 18 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 18 ] > > proc.time() user system elapsed 16.20 0.84 16.89