Package: VARcheck
Type: Package
Title: Visual Diagnostic Checks for Vector Autoregressive Models
Version: 0.1.0
Authors@R: c(
    person(
      "Björn S.", "Siepe",
      email = "bjoernsiepe+software@gmail.com",
      role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0000-0002-9558-4648")
    ),
    person(
        "Jonas M. B.", "Haslbeck",
        email = "jonashaslbeck@protonmail.com",
        role = c("aut"),
        comment = c(ORCID = "0000-0001-9096-7837")
    )
  )
Description: Provides model-agnostic visual diagnostics for vector
    autoregressive (VAR) models. Given empirical data, model predictions,
    residuals, and optionally simulated data, the package assembles a
    multi-panel diagnostic grid: empirical vs. predicted time series, residual
    inspection, residuals vs. predictions scatter, and posterior predictive style
    checks via simulated trajectories. Output is a 'patchwork' object composed
    of 'ggplot2' plots, allowing further customisation via standard
    'ggplot2' theme calls. Follows the approach described in 
    Haslbeck et al. (2026) <doi:10.31234/osf.io/k6uz4_v3>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/bsiepe/VARcheck,
        https://bsiepe.github.io/VARcheck/
BugReports: https://github.com/bsiepe/VARcheck/issues
Imports: ggplot2 (>= 3.4.0), patchwork, stats, utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-05-15 13:55:16 UTC; Bjoern
Author: Björn S. Siepe [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-9558-4648>),
  Jonas M. B. Haslbeck [aut] (ORCID:
    <https://orcid.org/0000-0001-9096-7837>)
Maintainer: Björn S. Siepe <bjoernsiepe+software@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-19 10:00:07 UTC
Built: R 4.5.3; ; 2026-05-19 23:51:25 UTC; windows
