CRAN Package Check Results for Package modeltime

Last updated on 2023-01-25 04:51:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.4 30.02 609.17 639.19 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.4 25.83 429.57 455.40 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.4 768.73 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.4 743.74 ERROR
r-patched-linux-x86_64 1.2.4 43.79 560.02 603.81 ERROR
r-release-linux-x86_64 1.2.4 26.07 574.85 600.92 ERROR
r-release-macos-arm64 1.2.4 229.00 OK
r-release-macos-x86_64 1.2.4 253.00 OK
r-release-windows-x86_64 1.2.4 157.00 622.00 779.00 ERROR
r-oldrel-macos-arm64 1.2.4 169.00 OK
r-oldrel-macos-x86_64 1.2.4 249.00 OK
r-oldrel-windows-ix86+x86_64 1.2.4 45.00 643.00 688.00 ERROR

Check Details

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [212s/228s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Use tidymodels_prefer() to resolve common conflicts.
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [141s/229s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Search for functions across packages at https://www.tidymodels.org/find/
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.4
Check: package dependencies
Result: NOTE
    Imports includes 29 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [244s/292s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Use suppressPackageStartupMessages() to eliminate package startup messages
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [231s/234s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Dig deeper into tidy modeling with R at https://www.tmwr.org
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [191s/216s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Use tidymodels_prefer() to resolve common conflicts.
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [196s/233s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Dig deeper into tidy modeling with R at https://www.tmwr.org
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.2.4
Check: tests
Result: ERROR
     Running 'testthat.R' [182s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     ── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
     ✔ broom 1.0.2 ✔ recipes 1.0.4
     ✔ dials 1.1.0 ✔ rsample 1.1.1
     ✔ dplyr 1.0.10 ✔ tibble 3.1.8
     ✔ ggplot2 3.4.0 ✔ tidyr 1.2.1
     ✔ infer 1.0.4 ✔ tune 1.0.1
     ✔ modeldata 1.0.1 ✔ workflows 1.1.2
     ✔ parsnip 1.0.3 ✔ workflowsets 1.0.0
     ✔ purrr 1.0.1 ✔ yardstick 1.1.0
     ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
     ✖ yardstick::accuracy() masks forecast::accuracy()
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ parsnip::pls() masks smooth::pls()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ tidyr::spread() masks greybox::spread()
     ✖ recipes::step() masks stats::step()
     • Search for functions across packages at https://www.tidymodels.org/find/
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ readr 2.1.3 ✔ forcats 0.5.2
     ✔ stringr 1.5.0
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     ✖ readr::col_factor() masks scales::col_factor()
     ✖ dplyr::combine() masks randomForest::combine()
     ✖ purrr::cross() masks kernlab::cross()
     ✖ purrr::discard() masks scales::discard()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ stringr::fixed() masks recipes::fixed()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ ggplot2::margin() masks randomForest::margin()
     ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     ✖ dplyr::slice() masks xgboost::slice()
     ✖ readr::spec() masks yardstick::spec()
     ✖ tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (25)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) ──
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     • Size 275: Existing data.
     • Size 0: Column `.actual`.
     ℹ Only values of size one are recycled.
     Backtrace:
     ▆
     1. ├─model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. ├─generics::fit(., log(value) ~ date, data = training(splits))
     3. ├─parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. │ └─parsnip:::form_xy(...)
     5. │ └─parsnip:::xy_xy(...)
     6. │ └─parsnip:::eval_mod(...)
     7. │ └─rlang::eval_tidy(e, env = envir, ...)
     8. └─modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. ├─modeltime::new_modeltime_bridge(...)
     10. │ └─base::is.data.frame(data)
     11. └─tibble::tibble(...)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. └─rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 1.2.4
Check: tests
Result: ERROR
     Running 'testthat.R' [205s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > library(xgboost)
     > library(randomForest)
     randomForest 4.7-1.1
     Type rfNews() to see new features/changes/bug fixes.
     > library(kernlab)
     > library(earth)
     Loading required package: Formula
     Loading required package: plotmo
     Loading required package: plotrix
     Loading required package: TeachingDemos
     > library(thief)
     Loading required package: forecast
     > library(smooth)
     Loading required package: greybox
     Package "greybox", v1.0.7 loaded.
    
     This is package "smooth", v3.2.0
    
     > library(greybox)
     >
     > library(stats)
     >
     > library(tidymodels)
     -- Attaching packages -------------------------------------- tidymodels 1.0.0 --
     v broom 1.0.2 v recipes 1.0.4
     v dials 1.1.0 v rsample 1.1.1
     v dplyr 1.0.10 v tibble 3.1.8
     v ggplot2 3.4.0 v tidyr 1.2.1
     v infer 1.0.4 v tune 1.0.1
     v modeldata 1.0.1 v workflows 1.1.2
     v parsnip 1.0.3 v workflowsets 1.0.0
     v purrr 1.0.1 v yardstick 1.1.0
     -- Conflicts ----------------------------------------- tidymodels_conflicts() --
     x yardstick::accuracy() masks forecast::accuracy()
     x ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     x dplyr::combine() masks randomForest::combine()
     x purrr::cross() masks kernlab::cross()
     x purrr::discard() masks scales::discard()
     x dplyr::filter() masks stats::filter()
     x purrr::is_null() masks testthat::is_null()
     x dplyr::lag() masks stats::lag()
     x ggplot2::margin() masks randomForest::margin()
     x tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     x parsnip::pls() masks smooth::pls()
     x dplyr::slice() masks xgboost::slice()
     x tidyr::spread() masks greybox::spread()
     x recipes::step() masks stats::step()
     * Use tidymodels_prefer() to resolve common conflicts.
     > library(parsnip)
     > library(workflows)
     > library(rsample)
     > library(recipes)
     > library(tune)
     > library(dials)
     > library(TSrepr)
    
     Attaching package: 'TSrepr'
    
     The following objects are masked from 'package:yardstick':
    
     mae, mape, mase, rmse, smape
    
     > library(yardstick)
     > library(slider)
     >
     > library(timetk)
     > library(modeltime)
    
     Attaching package: 'modeltime'
    
     The following object is masked from 'package:TSrepr':
    
     maape
    
     The following object is masked from 'package:kernlab':
    
     error
    
     >
     > library(tidyverse)
     -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
     v readr 2.1.3 v forcats 0.5.2
     v stringr 1.5.0
     -- Conflicts ------------------------------------------ tidyverse_conflicts() --
     x ggplot2::alpha() masks scales::alpha(), kernlab::alpha()
     x readr::col_factor() masks scales::col_factor()
     x dplyr::combine() masks randomForest::combine()
     x purrr::cross() masks kernlab::cross()
     x purrr::discard() masks scales::discard()
     x readr::edition_get() masks testthat::edition_get()
     x dplyr::filter() masks stats::filter()
     x stringr::fixed() masks recipes::fixed()
     x purrr::is_null() masks testthat::is_null()
     x dplyr::lag() masks stats::lag()
     x readr::local_edition() masks testthat::local_edition()
     x ggplot2::margin() masks randomForest::margin()
     x tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches()
     x dplyr::slice() masks xgboost::slice()
     x readr::spec() masks yardstick::spec()
     x tidyr::spread() masks greybox::spread()
     > library(lubridate)
     Loading required package: timechange
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:greybox':
    
     hm
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     >
     >
     > test_check("modeltime")
    
    
    
    
    
    
    
    
    
    
    
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
    
     == Skipped tests ===============================================================
     * On CRAN (25)
    
     == Failed tests ================================================================
     -- Error ('test-algo-exp_smoothing-ets.R:290'): (code run outside of `test_that()`) --
     <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition>
     Error: Tibble columns must have compatible sizes.
     * Size 275: Existing data.
     * Size 0: Column `.actual`.
     i Only values of size one are recycled.
     Backtrace:
     x
     1. +-model_spec %>% ... at test-algo-exp_smoothing-ets.R:290:0
     2. +-generics::fit(., log(value) ~ date, data = training(splits))
     3. +-parsnip::fit.model_spec(., log(value) ~ date, data = training(splits))
     4. | \-parsnip:::form_xy(...)
     5. | \-parsnip:::xy_xy(...)
     6. | \-parsnip:::eval_mod(...)
     7. | \-rlang::eval_tidy(e, env = envir, ...)
     8. \-modeltime::smooth_fit_impl(x = maybe_data_frame(x), y = y)
     9. +-modeltime::new_modeltime_bridge(...)
     10. | \-base::is.data.frame(data)
     11. \-tibble::tibble(...)
     12. \-tibble:::tibble_quos(xs, .rows, .name_repair)
     13. \-tibble:::vectbl_recycle_rows(res, first_size, j, given_col_names[[j]])
     14. \-rlang::cnd_signal(error_incompatible_size(n, name, size, "Existing data"))
    
     [ FAIL 1 | WARN 3 | SKIP 25 | PASS 502 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64