R version 4.6.0 alpha (2026-04-08 r89810 ucrt) 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(tidylearn) > > test_check("tidylearn") Note: Response 'mpg' has 6 unique numeric values. Treating as regression. Convert to factor for classification. Note: Response 'mpg' has 8 unique numeric values. Treating as regression. Convert to factor for classification. Imputing missing values using method: mean Scaling numeric features using method: standardize Scaling numeric features using method: normalize Encoding 1 categorical variables Removing 1 zero-variance features Removing 2 highly correlated features Scaling numeric features using method: standardize Reading csv data from: nonexistent.csv adding: data.csv (deflated 80%) adding: iris.csv (deflated 80%) adding: mtcars.csv (deflated 59%) adding: part1.csv (deflated 77%) adding: part2.csv (deflated 77%) adding: data.csv (deflated 80%) adding: data.csv (deflated 80%) Evaluating on training data. For model validation, provide separate test data. [ FAIL 0 | WARN 23 | SKIP 11 | PASS 487 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-read.R:505:3', 'test-workflows.R:2:3', 'test-workflows.R:21:3', 'test-workflows.R:39:3', 'test-workflows.R:55:3', 'test-workflows.R:74:3', 'test-workflows.R:88:3', 'test-workflows.R:101:3', 'test-workflows.R:112:3' • Shiny stack is installed, cannot test missing-package path (1): 'test-visualization.R:217:3' • gridExtra is installed, cannot test missing-package path (1): 'test-diagnostics.R:272:3' [ FAIL 0 | WARN 23 | SKIP 11 | PASS 487 ] > > proc.time() user system elapsed 10.57 2.35 12.43