Package: reviser Type: Package Title: Analyzing Revisions in Real-Time Time Series Vintages Version: 0.3.0 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.wegmueller@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) , Jacobs and Van Norden (2011) , and Kishor and Koenig (2012) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) RoxygenNote: 7.3.3 Roxygen: list (markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet")) Imports: dplyr, stats, 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 Config/pak/sysreqs: cmake make libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-08-31 08:15:57 UTC RemoteUrl: https://github.com/ropensci/reviser RemoteRef: main RemoteSha: 411cd720f23bd49efaa0ef7e6998309acd5477a2 NeedsCompilation: no Packaged: 2026-08-31 13:32:35 UTC; root Author: Marc Burri [aut, cre, cph] (ORCID: ), Philipp Wegmueller [aut, cph] Maintainer: Marc Burri