R-universe now builds WASM binaries for all R packages

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: R-universe now builds WASM binaries for all R packages


http://dlvr.it/Sz0xCh

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut