-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.27 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: shinymeta
Type: Package
Title: Export Domain Logic from Shiny using Meta-Programming
Version: 0.2.1
Authors@R: c(
person("Joe", "Cheng", email = "joe@rstudio.com", role = "aut"),
person("Carson", "Sievert", email = "carson@rstudio.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-4958-2844")),
person(family = "RStudio", role = "cph")
)
Description: Provides tools for capturing logic in a Shiny app and exposing it as code that can be run outside of Shiny (e.g., from an R console). It also provides tools for bundling both the code and results to the end user.
URL: https://rstudio.github.io/shinymeta/, https://github.com/rstudio/shinymeta
License: GPL-3
Imports:
callr,
fastmap,
fs,
rlang,
htmltools,
shiny (>= 1.6.0),
sourcetools,
styler,
utils
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests:
knitr,
stringr,
rmarkdown,
testthat (>= 3.0),
shinyAce,
clipr,
dplyr,
ggplot2,
cranlogs,
xfun,
magrittr,
zoo
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Collate:
'archive.R'
'display.R'
'format.R'
'imports.R'
'utils.R'
'metareactive.R'
'observe.R'
'globals.R'
'output-code.R'
'print.R'
'render.R'
'report.R'
'utils-format.R'
'zzz.R'