Package: tscv
Title: Functions and Utilities for Tidy Time Series Forecasting and
        Time Series Cross-Validation
Version: 1.0.0
Description: Provides functions and tools for tidy time series analysis and 
   forecasting as well as time series cross-validation. This is mainly a set 
   of wrapper and helper functions as well as some extensions for the packages 
   'tsibble', 'fable', and 'fabletools'.
Authors@R: 
    person(given = "Alexander",
           family = "Häußer",
           email = "alexander-haeusser@gmx.de",
           role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0009-0000-5419-8479"))
License: GPL-3
URL: https://github.com/ahaeusser/tscv,
        https://ahaeusser.github.io/tscv/
BugReports: https://github.com/ahaeusser/tscv/issues
Depends: R (>= 4.1.0)
Imports: rlang, dplyr, ggplot2, grDevices, tidyr, tidyselect, tibble,
        slider, lubridate, purrr, tsibble, forecast, fabletools, stats,
        qqplotr, scales, distributional, tidytext
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown, tidyverse, fable, feasts, testthat (>=
        3.0.0), covr
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-08 10:52:46 UTC; Alexander Häußer
Author: Alexander Häußer [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0000-5419-8479>)
Maintainer: Alexander Häußer <alexander-haeusser@gmx.de>
Repository: CRAN
Date/Publication: 2026-05-13 07:30:02 UTC
