Package: shinymeta
Type: Package
Title: Export Domain Logic from Shiny using Meta-Programming
Version: 0.2.0.3
Authors@R: c(
    person("Joe", "Cheng", email = "joe@rstudio.com", role = "aut"),
    person("Carson", "Sievert", email = "carson@rstudio.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-4958-2844")),
    person(family = "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.
URL: https://rstudio.github.io/shinymeta/, https://github.com/rstudio/shinymeta
License: GPL-3
Imports: 
  callr,
  fastmap,
  fs,
  rlang,
  htmltools,
  shiny (>= 1.6.0),
  sourcetools,
  styler,
  utils
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: 
    knitr,
    stringr,
    rmarkdown,
    testthat (>= 3.0),
    shinyAce,
    clipr,
    dplyr,
    ggplot2,
    cranlogs,
    xfun,
    magrittr,
    zoo
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 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'
