-
# A webR powered Shiny app for browsing TidyTuesday plots | Nicola Rennie
Shinylive, GitHub Actions, and R - the magic combination to create an app that updates itself every week. This blog post give…
-
-
I just realized, that it is possible to run `gggenomes` in webR in the browser :exploding_head:
Thanks to [r-universe](https://thackl.r-universe.dev/gggenomes) building a wasm package for us, we can…
iimog updated
2 months ago
-
I've been asked to get a shiny app running on shinylive (in-browser running of shiny apps via webr) and I get this error image:
![image](https://github.com/daattali/shinyscreenshot/assets/888980/44…
-
So as to match the Wasm R package bundling now included in [posit-dev/r-shinylive](https://github.com/posit-dev/r-shinylive/).
-
With the release of [`shinylive`](https://github.com/posit-dev/shinylive) it is now possible to run R in browser. One of it's use case is to have interactive package documentation. Can we try to updat…
-
Figure out CICD testing pipeline for a shinylive code
-
### Bug description
See https://github.com/posit-dev/shinylive/pull/61
A brief overview: Suppose you have this qmd document:
---
title: "Shinylive RevealJS"
format: revealjs
filters:
…
-
## Describe the problem
When using the footer option in page_navbar() with a fillable layout, the footer does not adjust to the changing page size. Instead, it just stays under the UI elements in…
-
**Related:**
* https://github.com/pola-rs/polars/issues/3672
* https://github.com/pyodide/pyodide/issues/4611
**Goal:** Display an example app using `polars` on shinylive (wasm / pyodide).
**…