Package: scenes Title: Switch Between Alternative 'shiny' UIs Version: 0.1.0.9000 Authors@R: 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 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 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2024-11-07 19:22:35 UTC RemoteUrl: https://github.com/shinyworks/scenes RemoteRef: HEAD RemoteSha: 3af7da11f030af02f728b2f28c4cc87058624bf3 NeedsCompilation: no Packaged: 2026-06-21 07:48:20 UTC; root Author: Jon Harmon [aut, cre, cph] (ORCID: ) Maintainer: Jon Harmon