-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 895 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: shinyobjects
Title: Access Reactive Data Interactively
Version: 0.2.0
Authors@R: person("Jake", "Riley", email = "rjake@sas.upenn.edu", role = c("aut", "cre"))
Description: Troubleshooting reactive data in 'shiny' can be difficult. These functions will convert reactive data frames into functions and load all assigned objects into your local environment. If you create a dummy input object, as the function will suggest, you will be able to test your server and ui functions interactively.
BugReports: https://github.com/rjake/shinyobjects/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
glue,
knitr,
magrittr,
methods,
pander,
purrr,
readr,
rlang,
rstudioapi,
shiny,
stringr,
styler,
tibble,
tidyr
VignetteBuilder: knitr
Suggests:
rmarkdown,
testthat,
mockery,
spelling,
covr
Language: en-US