-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.17 KB
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.17 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
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