Type: Package
Package: shinymeta
Title: Export Domain Logic from Shiny using Meta-Programming
Version: 0.2.2
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
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'
NeedsCompilation: no
Packaged: 2026-03-02 16:38:49 UTC; cpsievert
Author: Joe Cheng [aut],
  Carson Sievert [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-4958-2844>),
  RStudio [cph]
Maintainer: Carson Sievert <carson@rstudio.com>
Repository: CRAN
Date/Publication: 2026-03-02 20:30:02 UTC
