Package: modeltime.resample
Title: Resampling Tools for Time Series Forecasting
Version: 0.3.0
Authors@R: c(
    person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")),
    person("Business Science", role = "cph")
    )
Description: 
    A 'modeltime' extension that implements forecast resampling tools
    that assess time-based model performance and stability for a single time series, 
    panel data, and cross-sectional time series analysis. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://business-science.github.io/modeltime.resample/,
        https://github.com/business-science/modeltime.resample
BugReports: https://github.com/business-science/modeltime.resample/issues
Depends: modeltime (>= 0.3.0), R (>= 3.5)
Imports: tune (>= 2.0.0), rsample, workflows, recipes, yardstick,
        timetk (>= 2.5.0), tibble, dplyr (>= 1.0.0), tidyr, purrr,
        stringr, ggplot2 (>= 3.4.0), plotly, cli, magrittr, rlang (>=
        0.1.2), progressr, tictoc, hardhat, withr
Suggests: testthat, tidymodels, tidyquant, glmnet, lubridate, knitr,
        rmarkdown
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-03 12:59:34 UTC; mdancho
Author: Matt Dancho [aut, cre],
  Business Science [cph]
Maintainer: Matt Dancho <mdancho@business-science.io>
Repository: CRAN
Date/Publication: 2025-09-03 16:50:02 UTC
Built: R 4.5.0; ; 2025-09-03 22:57:14 UTC; unix
