-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 957 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
Package: reactflush
Type: Package
Title: Shiny Code Reactivity Visualizer
Version: 0.1.0
Authors@R: c(person("Rawat", "Vimal", email = "[email protected]", role = c("aut")),
person("Vandewoude", "Sebastiaan", email = "[email protected]", role = c("aut","cre")),
person("Kawalia", "Amit", email = "[email protected]", role = c("ctb")),
person("BASF SE", role = "cph"))
Description: Compute and display all shiny reactive inputs and output in a network visualization by analyzing your code.
Depends:
R (>= 3.0.2)
Imports:
assertthat,
DiagrammeR,
dplyr,
fs,
glue,
magrittr,
purrr,
readr,
rlang,
rstudioapi,
stringr,
tibble,
tidyr
Suggests:
shiny (>= 1.2.0.9001),
testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/svdwoude/reactflush
BugReports: https://github.com/svdwoude/reactflush/issues