-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
35 lines (35 loc) · 896 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: ggflowchart
Title: Flowcharts with 'ggplot2'
Version: 1.0.0.9007
Authors@R:
person(given = "Nicola",
family = "Rennie",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description: Flowcharts can be a useful way to visualise complex processes. This package
uses the layered grammar of graphics of 'ggplot2' to create simple flowcharts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6)
Imports:
dplyr,
igraph,
ggplot2 (>= 3.4.0),
purrr,
rlang,
tibble,
tidyr
Suggests:
knitr,
rcartocolor,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/Needs/website: nrennie/nrenniepkgdown
URL: https://nrennie.github.io/ggflowchart/
BugReports: https://github.com/nrennie/ggflowchart/issues
Config/testthat/edition: 3