R version 4.6.0 RC (2026-04-22 r89945 ucrt) -- "Because it was There" 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. > library(testthat) > library(tidymodels) ── Attaching packages ────────────────────────────────────── tidymodels 1.5.0 ── ✔ broom 1.0.12 ✔ recipes 1.3.2 ✔ dials 1.4.3 ✔ rsample 1.3.2 ✔ dplyr 1.2.1 ✔ tailor 0.1.0 ✔ ggplot2 4.0.3 ✔ tidyr 1.3.2 ✔ infer 1.1.0 ✔ tune 2.1.0 ✔ modeldata 1.5.1 ✔ workflows 1.3.0 ✔ parsnip 1.5.0 ✔ workflowsets 1.1.1 ✔ purrr 1.2.2 ✔ yardstick 1.4.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ dplyr::lag() masks stats::lag() ✖ recipes::step() masks stats::step() > > test_check("tidymodels") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] > > proc.time() user system elapsed 4.14 0.76 4.89