-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
15 lines (15 loc) · 930 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: quickdag
Title: Make Beautiful Directed Acyclic Graphs
Version: 0.2.0
Authors@R: person("Jason", "Gantenberg", email = c("[email protected]", "[email protected]"), 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, or svg format. Users may optionally choose to view the DAG without saving or to embed it in an RMarkdown document. In addition, quickDAG allows the user easily to reformat DAGs as single-world intervention graph (SWIG) templates.
Depends: R (>= 3.5), DiagrammeR
Imports: DiagrammeRsvg, rsvg, knitr, dagitty, stringr, purrr, dplyr, htmlTable, messaging
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
URL: https://github.com/jrgant/quickDAG
BugReports: https://github.com/jrgant/quickDAG/issues
Suggests:
testthat