Package: shinylive Title: Run 'shiny' Applications in the Browser Version: 0.5.0.9000 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 Depends: R (>= 4.0) 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/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/usethis/last-upkeep: 2026-03-30 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake git make libarchive-dev libuv1-dev libssl-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-06-08 18:37:34 UTC RemoteUrl: https://github.com/posit-dev/r-shinylive RemoteRef: HEAD RemoteSha: d64448f854dd3ac4f2b9dad196627add1cf92ca3 NeedsCompilation: no Packaged: 2026-06-08 20:17:05 UTC; root 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