Package: scenes
Title: Switch Between Alternative 'shiny' UIs
Version: 0.1.0
Authors@R: c(
    person("Jon", "Harmon", , "jonthegeek@gmail.com", 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
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/r4ds/scenes, https://r4ds.github.io/scenes/
BugReports: https://github.com/r4ds/scenes/issues
Imports: cli, cookies, glue, purrr, rlang, shiny
Suggests: covr, knitr, pkgload, rmarkdown, stringr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-01-11 20:29:14 UTC; jonth
Author: Jon Harmon [aut, cre, cph] (<https://orcid.org/0000-0003-4781-4346>)
Maintainer: Jon Harmon <jonthegeek@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-13 09:30:02 UTC
Built: R 4.3.0; ; 2023-04-12 15:20:51 UTC; unix
