-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.43 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.43 KB
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
49
50
51
52
53
Package: ggdag
Title: Analyze and Create Elegant Directed Acyclic Graphs
Version: 0.2.13.9000
Authors@R:
person("Malcolm", "Barrett", , "[email protected]", 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 (>= 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