Package: tscv Title: Functions and Utilities for Tidy Time Series Forecasting and Time Series Cross-Validation Version: 1.0.0 Description: 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 Config/pak/sysreqs: libfftw3-dev libicu-dev Repository: https://ahaeusser.r-universe.dev Date/Publication: 2026-06-06 08:49:08 UTC RemoteUrl: https://github.com/ahaeusser/tscv RemoteRef: HEAD RemoteSha: 2dd2e0c297aef8323be7270c2c3e08cc351b6a2c NeedsCompilation: no Packaged: 2026-06-06 10:26:49 UTC; root Author: Alexander Häußer [aut, cre, cph] (ORCID: ) Maintainer: Alexander Häußer