Package: shinylive
Title: Run 'shiny' Applications in the Browser
Version: 0.1.1
Authors@R: 
    c(
        person("Barret", "Schloerke", , "barret@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-9986-114X")),
        person("Winston", "Chang", role = c("aut"), email = "winston@posit.co", comment = c(ORCID = "0000-0002-1576-2126")),
        person("George", "Stagg", role = "ctb", email = "george.stagg@posit.co"),
        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
Encoding: UTF-8
RoxygenNote: 7.2.3
BugReports: https://github.com/posit-dev/r-shinylive/issues
URL: https://posit-dev.github.io/r-shinylive/,
        https://github.com/posit-dev/r-shinylive
Imports: archive, brio, fs, httr2 (>= 1.0.0), jsonlite, progress,
        rappdirs, rlang, tools
Suggests: httpuv (>= 1.6.12), spelling, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2023-12-04 19:52:16 UTC; barret
Author: Barret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>),
  Winston Chang [aut] (<https://orcid.org/0000-0002-1576-2126>),
  George Stagg [ctb],
  Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>
Repository: CRAN
Date/Publication: 2023-12-04 20:10:02 UTC
Built: R 4.2.3; ; 2023-12-05 00:31:43 UTC; unix
