Package: tsbox Type: Package Title: Class-Agnostic Time Series Version: 0.4.2 Authors@R: c( person("Christoph", "Sax", email = "christoph.sax@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7192-7044")), person("Cathy", "Chamberlin", role = c("rev")), person("Nunes", "Matt", role = c("rev")) ) Description: Time series toolkit with identical behavior for all time series classes: 'ts','xts', 'data.frame', 'data.table', 'tibble', 'zoo', 'timeSeries', 'tsibble', 'tis' or 'irts'. Also converts reliably between these classes. Imports: data.table (>= 1.10.0), anytime Suggests: testthat, dplyr, tibble, tidyr, forecast, seasonal, dygraphs, xts, ggplot2, scales, knitr, rmarkdown, tsibble (>= 0.8.2), tsibbledata, tibbletime, tseries, units, zoo, tis, timeSeries, nycflights13, imputeTS, spelling, covr License: GPL-3 Encoding: UTF-8 URL: https://docs.ropensci.org/tsbox/, https://github.com/ropensci/tsbox BugReports: https://github.com/ropensci/tsbox/issues Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet")) RoxygenNote: 7.3.2 VignetteBuilder: knitr Depends: R (>= 2.10) Config/testthat/parallel: true Config/testthat/edition: 3 Language: en-US Repository: https://cynkra.r-universe.dev Date/Publication: 2024-10-20 11:15:22 UTC RemoteUrl: https://github.com/ropensci/tsbox RemoteRef: HEAD RemoteSha: 0a80208f0ff197d7dc88a2a43609be7f8a6cf544 NeedsCompilation: no Packaged: 2026-05-28 08:51:43 UTC; root Author: Christoph Sax [aut, cre] (ORCID: ), Cathy Chamberlin [rev], Nunes Matt [rev] Maintainer: Christoph Sax