-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
48 lines (48 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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 (<https://dagitty.net/>) 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 (>= 3.4.0)
Imports:
dagitty,
dplyr,
forcats,
ggplot2 (>= 3.0.0),
ggraph (>= 2.0.0),
ggrepel,
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.1