Type: Package Package: shinymeta Title: Export Domain Logic from Shiny using Meta-Programming Version: 0.2.2.9000 Authors@R: c( person("Joe", "Cheng", , "joe@rstudio.com", role = "aut"), person("Carson", "Sievert", , "carson@rstudio.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-4958-2844")), person(, "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. License: MIT + file LICENSE URL: https://rstudio.github.io/shinymeta/, https://github.com/rstudio/shinymeta Imports: callr, fastmap, fs, htmltools, rlang, shiny (>= 1.6.0), sourcetools, styler, utils Suggests: clipr, cranlogs, dplyr, ggplot2, knitr, magrittr, rmarkdown, shinyAce, stringr, testthat (>= 3.0), xfun, zoo Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.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' Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://posit-dev-shinycoreci.r-universe.dev Date/Publication: 2026-03-02 21:47:07 UTC RemoteUrl: https://github.com/rstudio/shinymeta RemoteRef: HEAD RemoteSha: 69c547dedf01475fc3ad804f42ad3a0862756b3e NeedsCompilation: no Packaged: 2026-06-22 15:31:31 UTC; root Author: Joe Cheng [aut], Carson Sievert [cre, aut] (ORCID: ), RStudio [cph] Maintainer: Carson Sievert