Abstract / TLDR
R-universe now builds WASM binaries of all R packages for use in WebR applications (such as shinylive). For example to test the dev version of dplyr, you can open the WebR demo page and run:
install.packages(‘dplyr’,
repos = c(‘https://tidyverse.r-universe.dev', ‘https://repo.r-wasm.org'))
Continue reading: <a href=“https://www.r-bloggers.com/2023/11/r-universe-now-build