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.3.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-11-12 |
DOI: | 10.32614/CRAN.package.shinylive |
Author: | Barret Schloerke |
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 |
Reference manual: | shinylive.pdf |
Package source: | shinylive_0.3.0.tar.gz |
Windows binaries: | r-devel: shinylive_0.3.0.zip, r-release: shinylive_0.3.0.zip, r-oldrel: shinylive_0.3.0.zip |
macOS binaries: | r-devel (arm64): shinylive_0.3.0.tgz, r-release (arm64): shinylive_0.3.0.tgz, r-oldrel (arm64): shinylive_0.3.0.tgz, r-devel (x86_64): shinylive_0.3.0.tgz, r-release (x86_64): shinylive_0.3.0.tgz, r-oldrel (x86_64): shinylive_0.3.0.tgz |
Old sources: | shinylive archive |
Please use the canonical form https://CRAN.R-project.org/package=shinylive to link to this page.