R Under development (unstable) (2025-07-05 r88387 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. > # 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(sae.projection) Loading required package: tidymodels ── Attaching packages ────────────────────────────────────── tidymodels 1.3.0 ── ✔ broom 1.0.8 ✔ recipes 1.3.1 ✔ dials 1.4.0 ✔ rsample 1.3.0 ✔ dplyr 1.1.4 ✔ tibble 3.3.0 ✔ ggplot2 3.5.2 ✔ tidyr 1.3.1 ✔ infer 1.0.9 ✔ tune 1.3.0 ✔ modeldata 1.4.0 ✔ workflows 1.2.0 ✔ parsnip 1.3.2 ✔ 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() > > test_check("sae.projection") Info: Bias correction is enabled. Calculating indirect estimation with bias correction. Starting preprocessing... Preprocessing completed. Starting data split... Data split completed. Checking for missing values... Feature selection (RFE) enabled. Starting RFE... Loading required package: lattice Attaching package: 'caret' The following objects are masked from 'package:yardstick': precision, recall, sensitivity, specificity The following object is masked from 'package:purrr': lift RFE completed. Features selected. Features selected. Starting hyperparameter tuning... Hyperparameter tuning completed. Training model... note: only 7 unique complexity parameters in default grid. Truncating the grid to 7 . Model training completed. Starting model evaluation... Evaluation completed. Starting prediction on new data... Prediction completed. Starting indirect estimation for domain... Indirect estimation completed. Starting direct estimation... Direct estimation completed. Starting bias correction estimation... Bias-corrected estimation completed. Returning results... Info: Bias correction is enabled. Calculating indirect estimation with bias correction. Starting preprocessing... Preprocessing completed. Starting data split... Data split completed. Checking for missing values... Features selected. Starting hyperparameter tuning... Hyperparameter tuning completed. Training model... Model training completed. Starting model evaluation... Evaluation completed. Starting prediction on new data... Prediction completed. Starting indirect estimation for domain... Indirect estimation completed. Starting direct estimation... Direct estimation completed. Starting bias correction estimation... Bias-corrected estimation completed. Returning results... Info: Bias correction is disabled. Calculating indirect estimation without bias correction. Starting preprocessing... Preprocessing completed. Starting data split... Data split completed. Checking for missing values... Feature selection (RFE) enabled. Starting RFE... RFE completed. Features selected. Features selected. Starting hyperparameter tuning... Hyperparameter tuning completed. Training model... note: only 7 unique complexity parameters in default grid. Truncating the grid to 7 . Model trained. Starting model evaluation... Evaluation completed. Starting predictions on new data... Predictions completed. Starting indirect estimation on domain... Estimation completed. Returning results... Info: Bias correction is enabled. Calculating indirect estimation with bias correction. Starting preprocessing... Preprocessing completed. Starting data split... Data split completed. Checking for missing values... Feature selection (RFE) enabled. Starting RFE... RFE completed. Features selected. Features selected. Starting hyperparameter tuning... Hyperparameter tuning completed. Training model... note: only 7 unique complexity parameters in default grid. Truncating the grid to 7 . Model training completed. Starting model evaluation... Evaluation completed. Starting prediction on new data... Prediction completed. Starting indirect estimation for domain... Indirect estimation completed. Starting direct estimation... Direct estimation completed. Starting bias correction estimation... Bias-corrected estimation completed. Returning results... Info: Bias correction is disabled. Calculating indirect estimation without bias correction. Starting preprocessing... Preprocessing completed. Starting data split... Data split completed. Checking for missing values... Feature selection (RFE) enabled. Starting RFE... RFE completed. Features selected. Features selected. Starting hyperparameter tuning... Hyperparameter tuning completed. Training model... note: only 7 unique complexity parameters in default grid. Truncating the grid to 7 . Model trained. Starting model evaluation... Evaluation completed. Starting predictions on new data... Predictions completed. Starting indirect estimation on domain... [ FAIL 0 | WARN 1 | SKIP 0 | PASS 15 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 15 ] > > proc.time() user system elapsed 540.90 18.34 416.54