Package: ggdag
Title: Analyze and Create Elegant Directed Acyclic Graphs
Version: 0.2.13.9000
Authors@R:
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825"))
Description: Tidy, analyze, and plot directed acyclic graphs (DAGs).
'ggdag' is built on top of 'dagitty', an R package that uses
the 'DAGitty' web tool () for creating
and analyzing DAGs. 'ggdag' makes it easy to tidy and plot
'dagitty' objects using 'ggplot2' and 'ggraph', as well as
common analytic and graphical functions, such as determining
adjustment sets and node relationships.
License: MIT + file LICENSE
URL: https://github.com/r-causal/ggdag,
https://r-causal.github.io/ggdag/
BugReports: https://github.com/r-causal/ggdag/issues
Depends: R (>= 4.1.0)
Imports: cli (>= 3.0.0), dagitty, dplyr, forcats, ggarrow (>=
0.1.1.9000), ggplot2 (>= 3.0.0), ggraph (>= 2.0.0), ggrepel (>=
0.9.7), igraph, lifecycle (>= 0.2.0), magrittr, pillar, purrr,
rlang, stringr, tibble, tidygraph
Suggests: covr, knitr, rmarkdown, spelling, testthat (>= 3.0.0), vdiffr
(>= 1.0.2), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/parallel: true
Remotes: teunbrand/ggarrow
Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libglpk-dev
libicu-dev libxml2-dev libssl-dev libnode-dev
Repository: https://r-causal.r-universe.dev
Date/Publication: 2026-03-17 20:33:14 UTC
RemoteUrl: https://github.com/r-causal/ggdag
RemoteRef: HEAD
RemoteSha: 71997d874337e74eef3f55918b9ac535426f7c4a
NeedsCompilation: no
Packaged: 2026-06-18 11:16:53 UTC; root
Author: Malcolm Barrett [aut, cre] (ORCID:
)
Maintainer: Malcolm Barrett