shinylive: Run 'shiny' Applications in the Browser
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.1.0 |
Imports: |
archive, brio, fs, jsonlite, progress, rappdirs, rlang, tools |
Suggests: |
plumber, httr, spelling, testthat (≥ 3.0.0) |
Published: |
2023-10-11 |
Author: |
Barret Schloerke
[aut, cre],
Winston Chang
[aut],
George Stagg [ctb],
Posit Software, PBC [cph, fnd] |
Maintainer: |
Barret Schloerke <barret at posit.co> |
BugReports: |
https://github.com/posit-dev/r-shinylive/issues |
License: |
MIT + file LICENSE |
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 form
https://CRAN.R-project.org/package=shinylive
to link to this page.