Package: quickdag Title: Make Beautiful Directed Acyclic Graphs Version: 0.2.1.9000 Authors@R: person("Jason", "Gantenberg", , "jason.gantenberg@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8144-4273")) Description: This package allows the user the save directed acyclic graphs (DAGs) generated in DiagrammeR and export them to PDF, PNG, SVG, or PS format. Users may optionally choose to view the DAG without saving or to embed it in a document. In addition, quickdag allows the user easily to reformat DAGs as single-world intervention graph (SWIG) templates. License: MIT + file LICENSE URL: https://jrgant.github.io/quickdag/, https://github.com/jrgant/quickdag BugReports: https://github.com/jrgant/quickdag/issues Depends: R (>= 4.1) Imports: dagitty (>= 0.3.4), DiagrammeR (>= 1.0.11), dplyr (>= 1.1.4), purrr (>= 1.1.0), rlang (>= 1.1.6), stringr (>= 1.5.1), tibble (>= 3.3.0), tidyr (>= 1.3.1) Suggests: DiagrammeRsvg (>= 0.1), htmlTable (>= 2.4.3), knitr (>= 1.50), rsvg (>= 2.6.2), testthat (>= 3.2.3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev Repository: https://remlapmot.r-universe.dev Date/Publication: 2026-04-20 02:36:54 UTC RemoteUrl: https://github.com/jrgant/quickdag RemoteRef: HEAD RemoteSha: 9dda719a188125e13068c83f18879cb76300a373 NeedsCompilation: no Packaged: 2026-06-19 11:00:08 UTC; root Author: Jason Gantenberg [aut, cre] (ORCID: ) Maintainer: Jason Gantenberg