v0.1.1 - Dashboard Fix
What's Fixed
- ✅ Dashboard loads randomwalk package from GitHub release via webr::mount()
- ✅ No more blank black page
- ✅ Self-contained Shinylive app
Changes
- Fixed dashboard to use webr::mount() instead of R-Universe
- Simplified pkgdown workflow (skip targets for now)
- Dashboard now fully functional in browser
Technical Details
The dashboard now mounts the WebAssembly file system directly from GitHub releases:
webr::mount(
mountpoint = "/randomwalk-lib",
source = "https://github.com/JohnGavin/randomwalk/releases/latest/download/library.data"
)This triggers the wasm-release.yaml workflow which builds and attaches library.data to this release.
Dashboard URL: https://johngavin.github.io/randomwalk/articles/dashboard.html