shinylive: Run 'shiny' Applications in the Browser (original) (raw)

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.

Version: 0.2.0
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)
Published: 2024-07-19
DOI: 10.32614/CRAN.package.shinylive
Author: Barret Schloerke ORCID iD [aut, cre], Winston Chang ORCID iD [aut], George Stagg [aut], Garrick Aden-Buie ORCID iD [aut], Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke
BugReports: https://github.com/posit-dev/r-shinylive/issues
License: MIT + file
URL: https://posit-dev.github.io/r-shinylive/,https://github.com/posit-dev/r-shinylive
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: shinylive results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=shinyliveto link to this page.