Package: resultcheck
Title: Result Stability Checks for Empirical R Projects
Version: 0.1.4
Authors@R: 
    person("Dianyi", "Yang", , "dianyi.yang@politics.ox.ac.uk", role = c("aut", "cre", "ctb"), comment = c(ORCID = "0009-0004-4652-3429"))
Description: 
    Lightweight helpers for checking whether empirical results remain 
    substantively unchanged across code revisions, platform differences, 
    and package updates. The package supports regression-style testing of 
    derived datasets, statistical model outputs, tables, and plots, helping 
    researchers detect unintended result drift early and distinguish material 
    from non-material changes in empirical workflows.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: withr, rprojroot, yaml
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), waldo
URL: https://github.com/kv9898/resultcheck/,
        https://kv9898.github.io/resultcheck/
BugReports: https://github.com/kv9898/resultcheck/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-14 12:24:32 UTC; Dianyi
Author: Dianyi Yang [aut, cre, ctb] (ORCID:
    <https://orcid.org/0009-0004-4652-3429>)
Maintainer: Dianyi Yang <dianyi.yang@politics.ox.ac.uk>
Repository: CRAN
Date/Publication: 2026-04-21 08:52:09 UTC
