Type: Package Package: tstools Title: A Time Series Toolbox for Official Statistics Version: 0.4.4 Authors@R: c( person("Matthias", "Bannert", , "bannert@kof.ethz.ch", role = "aut"), person("Severin", "Thoeni", , "thoenis@kof.ethz.ch", role = "aut"), person("Stéphane", "Bisinger", , "bisinger@kof.ethz.ch", role = c("aut", "cre")) ) Description: Plot official statistics' time series conveniently: automatic legends, highlight windows, stacked bar chars with positive and negative contributions, sum-as-line option, two y-axes with automatic horizontal grids that fit both axes and other popular chart types. 'tstools' comes with a plethora of defaults to let you plot without setting an abundance of parameters first, but gives you the flexibility to tweak the defaults. In addition to charts, 'tstools' provides a super fast, 'data.table' backed time series I/O that allows the user to export / import long format, wide format and transposed wide format data to various file types. License: GPL-2 URL: https://kof-ch.github.io/tstools/, https://github.com/KOF-ch/tstools BugReports: https://github.com/KOF-ch/tstools/issues Depends: R (>= 3.0.0), zoo (>= 1.7-12) Imports: data.table, graphics, jsonlite, stats, xts, yaml Suggests: knitr, openxlsx, reshape2, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Encoding: UTF-8 LazyData: true NeedsCompilation: no RoxygenNote: 7.3.3 Config/testthat/edition: 3 Repository: https://kof-ch.r-universe.dev Date/Publication: 2025-09-11 10:30:22 UTC RemoteUrl: https://github.com/kof-ch/tstools RemoteRef: HEAD RemoteSha: 421fbe5b7d764fd0d7915b8364bc231b451db0d7 Packaged: 2026-06-08 08:39:31 UTC; root Author: Matthias Bannert [aut], Severin Thoeni [aut], Stéphane Bisinger [aut, cre] Maintainer: Stéphane Bisinger