Skip to content

v0.1.1 - Dashboard Fix

Choose a tag to compare

@JohnGavin JohnGavin released this 16 Nov 23:47
· 502 commits to main since this release
6d8d02b

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