Package: shinylive
Title: Run 'shiny' Applications in the Browser
Version: 0.3.0
Authors@R: c(
    person("Barret", "Schloerke", , "barret@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Winston", "Chang", , "winston@posit.co", role = "aut",
           comment = c(ORCID = "0000-0002-1576-2126")),
    person("George", "Stagg", , "george.stagg@posit.co", role = "aut"),
    person("Garrick", "Aden-Buie", , "garrick@posit.co", role = "aut",
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Exporting 'shiny' applications with 'shinylive' allows you to
    run them entirely in a web browser, without the need for a separate R
    server. The traditional way of deploying 'shiny' applications involves
    in a separate server and client: the server runs R and 'shiny', and
    clients connect via the web browser. When an application is deployed
    with 'shinylive', R and 'shiny' run in the web browser (via 'webR'):
    the browser is effectively both the client and server for the
    application. This allows for your 'shiny' application exported by
    'shinylive' to be hosted by a static web server.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/r-shinylive/,
        https://github.com/posit-dev/r-shinylive
BugReports: https://github.com/posit-dev/r-shinylive/issues
Imports: archive, brio, cli, fs, gh, glue, httr2 (>= 1.0.0), jsonlite,
        pkgdepends, progress, rappdirs, renv, rlang, tools, whisker,
        withr
Suggests: httpuv (>= 1.6.12), pkgcache, spelling, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-12 21:58:26 UTC; garrick
Author: Barret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>),
  Winston Chang [aut] (<https://orcid.org/0000-0002-1576-2126>),
  George Stagg [aut],
  Garrick Aden-Buie [aut] (<https://orcid.org/0000-0002-7111-0077>),
  Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>
Repository: CRAN
Date/Publication: 2024-11-12 23:10:02 UTC
Built: R 4.5.0; ; 2025-04-01 22:58:37 UTC; unix
