Package: shinylive Title: Run 'shiny' Applications in the Browser Version: 0.4.1 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"), comment = c(ROR = "03wc8by49")) ) 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, lifecycle, pkgdepends, rappdirs, renv, rlang (>= 1.1.0), tools, whisker, withr Suggests: httpuv (>= 1.6.12), pkgcache, spelling, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2026-03-30 Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 NeedsCompilation: no Packaged: 2026-04-06 21:30:46 UTC; cpsievert Author: Barret Schloerke [aut, cre] (ORCID: ), Winston Chang [aut] (ORCID: ), George Stagg [aut], Garrick Aden-Buie [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Barret Schloerke Repository: CRAN Date/Publication: 2026-04-07 05:20:02 UTC Built: R 4.4.2; ; 2026-06-04 19:13:32 UTC; unix