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
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'
NeedsCompilation: no
Packaged: 2021-11-17 15:50:11 UTC; cpsievert
Author: Joe Cheng [aut],
  Carson Sievert [cre, aut] (<https://orcid.org/0000-0002-4958-2844>),
  RStudio [cph]
Maintainer: Carson Sievert <carson@rstudio.com>
Repository: CRAN
Date/Publication: 2021-11-17 16:40:02 UTC
Built: R 4.0.2; ; 2021-11-18 12:11:45 UTC; unix
