-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 965 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 965 Bytes
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
38
Package: flow
Title: View and Browse Code Using Flow Diagrams
Version: 0.2.0.9000
Authors@R:
person("Antoine", "Fabri", , "antoine.fabri@gmail.com", role = c("aut", "cre"))
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
Imports:
here,
htmlwidgets,
lifecycle,
methods,
nomnoml,
rstudioapi,
styler,
utils,
webshot2
Suggests:
covr,
esquisse,
knitr,
purrr,
rmarkdown,
testthat (>= 3.0.0),
tidyselect,
webshot
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3.9000