Package: reviser
Type: Package
Title: Analyzing Revisions in Real-Time Time Series Vintages
Version: 0.1.1
Authors@R: c(
    person(given = "Marc", family = "Burri", email = "marc.burri91@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-8974-9090")),
    person(given = "Philipp", family = "Wegmueller",
        email = "philipp.wemueller@seco.admin.ch", role = c("aut", "cph"))
  )
Description: Analyzes revisions in real-time time series vintages. The
    package converts between wide revision triangles and tidy long
    vintages, extracts selected releases, computes revision series,
    visualizes vintage paths, and summarizes revision properties such as
    bias, dispersion, autocorrelation, and news-noise diagnostics. It
    also identifies efficient releases and estimates state-space models
    for revision nowcasting. Methods are based on Howrey (1978)
    <doi:10.2307/1924972>, Jacobs and Van Norden (2011)
    <doi:10.1016/j.jeconom.2010.04.010>, and Kishor and Koenig (2012)
    <doi:10.1198/jbes.2010.08169>.
Author: Marc Burri [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-8974-9090>),
  Philipp Wegmueller [aut, cph]
Maintainer: Marc Burri <marc.burri91@gmail.com>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
RoxygenNote: 7.3.3
Imports: dplyr, tidyr, pillar, ggplot2, car, sandwich, systemfit,
        calculus, rlang, scales, tibble, lubridate, KFAS, numDeriv,
        withr
Suggests: tsbox, testthat (>= 3.0.0), knitr, rmarkdown, purrr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://docs.ropensci.org/reviser/,
        https://github.com/ropensci/reviser
BugReports: https://github.com/ropensci/reviser/issues
NeedsCompilation: no
Packaged: 2026-03-31 15:38:08 UTC; burrm
Repository: CRAN
Date/Publication: 2026-03-31 22:50:02 UTC
Built: R 4.5.3; ; 2026-04-23 22:53:32 UTC; windows
