|
8 | 8 | [](https://github.com/coatless-rpkg/peeky/actions/workflows/R-CMD-check.yaml) |
9 | 9 | <!-- badges: end --> |
10 | 10 |
|
11 | | -The `peeky` package is a tool for examining and extracting files from |
12 | | -standalone [Shinylive |
13 | | -applications](https://shiny.posit.co/py/docs/shinylive.html) and |
14 | | -[Quarto](https://quarto.org) documents that contain Shinylive components |
15 | | -through the |
16 | | -[`quarto-shinylive`](https://github.com/quarto-ext/shinylive) extension. |
17 | | -This package works for both R and Python Shinylive applications. |
| 11 | +The `peeky` package helps you extract, examine, and run the source code |
| 12 | +from Shiny applications that have been converted to run in the browser |
| 13 | +using [Shinylive](https://shiny.posit.co/py/docs/shinylive.html). It |
| 14 | +works with both standalone converted applications and |
| 15 | +[Quarto](https://quarto.org) documents containing converted Shiny |
| 16 | +components through the |
| 17 | +[quarto-shinylive](https://github.com/quarto-ext/shinylive) extension. |
| 18 | +This package supports both R and Python Shiny applications that have |
| 19 | +been converted to Shinylive. |
18 | 20 |
|
19 | 21 | ## What is Shinylive? |
20 | 22 |
|
21 | | -Shinylive is groundbreaking technology that converts existing Shiny |
22 | | -applications to run entirely in the web browser using WebAssembly, |
23 | | -eliminating the need for a hosted server. At its core, a Shinylive app |
24 | | -is simply a converted Shiny application - the same application you’d |
25 | | -normally run on a server, but transformed to execute directly in the |
26 | | -browser through [webR](https://docs.r-wasm.org/webr/latest/) for R |
27 | | -applications or [Pyodide](https://pyodide.org/en/stable/) for Python |
28 | | -applications. |
| 23 | +[Shinylive](https://shiny.posit.co/py/docs/shinylive.html) is |
| 24 | +groundbreaking technology that converts existing Shiny applications to |
| 25 | +run entirely in the web browser using |
| 26 | +[WebAssembly](https://webassembly.org/), eliminating the need for a |
| 27 | +hosted server. At its core, a Shinylive app is simply a converted Shiny |
| 28 | +application - the same application you’d normally run on a server, but |
| 29 | +transformed to execute directly in the user’s browser through |
| 30 | +[webR](https://docs.r-wasm.org/webr/latest/) for R applications or |
| 31 | +[Pyodide](https://pyodide.org/en/stable/) for Python applications. |
29 | 32 |
|
30 | 33 | The Shinylive ecosystem consists of four main components: |
31 | 34 |
|
|
0 commit comments