-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 982 Bytes
/
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
Package: flowdiagramr
Type: Package
Title: Easy Creation of ggplot2 Based Figures of Flow Diagrams
Description: Creates a ggplot based flow diagram figure based on input specifying variables and flows of a compartmental model.
Version: 0.2.8
Date: 2023-02-18
Authors@R: c(
person("Andreas", "Handel", email = "ahandel@uga.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4622-1146") ),
person("Andrew", "Tredennick", role = "aut", comment = c(ORCID = "0000-0003-1254-3339"))
)
Maintainer: Andreas Handel <ahandel@uga.edu>
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
fs,
ggplot2 (>= 2.2),
Depends:
R (>= 4.1)
Suggests:
covr,
devtools,
emoji,
knitr,
magick,
pkgdown,
rmarkdown,
roxygen2,
statebins,
testthat,
VignetteBuilder: knitr
URL: https://andreashandel.github.io/flowdiagramr/
BugReports: https://github.com/andreashandel/flowdiagramr/issues