Package: DAGassist
Title: Test Robustness with Directed Acyclic Graphs
Version: 0.2.7
Authors@R: c(
    person("Graham", "Goff", 
      email = "goffgrahamc@gmail.com", 
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-0717-6995")),
    person("Michael", "Denly", 
      email = "mdenly@tamu.edu", 
      role = "aut",
      comment = c(ORCID = "0000-0002-7074-5011"))
  )
Maintainer: Graham Goff <goffgrahamc@gmail.com>
Description: Provides robustness checks to align estimands with the identification 
    that they require. Given a 'dagitty' object and a model specification, 
    'DAGassist' classifies variables by causal roles, flags problematic controls, 
    and generates a report comparing the original model with minimal and canonical 
    adjustment sets. Exports publication-grade reports in 'LaTeX', 'Word', 'Excel',
    'dotwhisker', or plain text/'markdown'. 'DAGassist' is built on 'dagitty', an 
    'R' package that uses the 'DAGitty' web tool (<https://dagitty.net/>) for 
    creating and analyzing DAGs. Methods draw on Pearl (2009) <doi:10.1017/CBO9780511803161>
    and Textor et al. (2016) <doi:10.1093/ije/dyw341>.
License: GPL (>= 2)
URL: https://github.com/grahamgoff/DAGassist,
        https://grahamgoff.github.io/DAGassist/
BugReports: https://github.com/grahamgoff/DAGassist/issues
Depends: R (>= 3.5)
Imports: broom, cli, crayon, dagitty, magrittr, stats, tools, utils,
        writexl, dplyr, ggplot2, dotwhisker
Suggests: devtools, fixest, ggdag, knitr, modelsummary, rmarkdown,
        testthat (>= 3.0.0), tidyverse, DiagrammeR
VignetteBuilder: knitr
Config/Needs/website: pkgdown, rmarkdown, DiagrammeR, htmltools
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-11-11 15:04:54 UTC; grahamgoff
Author: Graham Goff [aut, cre] (ORCID: <https://orcid.org/0000-0002-0717-6995>),
  Michael Denly [aut] (ORCID: <https://orcid.org/0000-0002-7074-5011>)
Repository: CRAN
Date/Publication: 2025-11-11 15:50:07 UTC
