-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathDESCRIPTION
37 lines (37 loc) · 986 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
36
37
Package: flow
Title: View and Browse Code Using Flow Diagrams
Version: 0.2.0.9000
Authors@R:
person(given = "Antoine",
family = "Fabri",
role = c("aut", "cre"),
email = "[email protected]")
Description: Visualize as flow diagrams the logic of functions, expressions or
scripts in a static way or when running a call, visualize the dependencies between
functions or between modules in a shiny app, and more.
License: MIT + file LICENSE
URL: https://github.com/moodymudskipper/flow, https://moodymudskipper.github.io/flow/
BugReports: https://github.com/moodymudskipper/flow/issues
Encoding: UTF-8
Imports:
nomnoml,
utils,
htmlwidgets,
rstudioapi,
webshot,
styler,
methods,
here,
lifecycle
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
esquisse,
tidyselect,
purrr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3