-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 936 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
Package: scenes
Title: Switch Between Alternative 'shiny' UIs
Version: 0.1.0.9000
Authors@R:
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4781-4346"))
Description: Sometimes it is useful to serve up alternative 'shiny' UIs
depending on information passed in the request object, such as the
value of a cookie or a query parameter. This packages facilitates such
switches.
License: MIT + file LICENSE
URL: https://scenes.shinyworks.org/,
https://github.com/shinyworks/scenes
BugReports: https://github.com/shinyworks/scenes/issues
Imports:
cli,
cookies,
glue,
purrr,
rlang,
shiny
Suggests:
covr,
knitr,
pkgload,
rmarkdown,
stringr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2