Building local packages for WebR| josiahparry.com
To ostatni odcinek Poradnika dla Sponiewieranych Excelem. Niesie on radość wszystkim, którzy chcieli używać pakietu RStudio w pracy, ale dowiedzieli się, że nie zostanie on zainstalowany (nie, bo nie i kropka). Jeśli masz dostęp do internetu, do twojej dyspozycji pozostają co najmniej dwa sposoby uruchomienia kodu R w… przeglądarce internetowej. Choć praca może nie być […] Artykuł Analiza danych w języku R – epilog pochodzi z serwisu Informatyk Zakładowy.| Informatyk Zakładowy
I am developing Rust bindings to WebR. Because WebR is not compiled for WASI and only WebAssembly, native Rust bindings are not possible. Instead, bindings are done through wasm-bindgen which creates bindings to JavaScript. The WIP Rust crate is called webr-js-rs. Tip I’m building these bindings to support flrsh.dev. Sign up for an account to be notified when I launch our first course (a deep dive on DuckDB)! webr-js-rs works only on wasm targets. Note See this informative blog post from Mo...| Josiah Parry
tl;dr A demo post to test out embedded WebR chunks that source a non-CRAN R package. Readers can edit and re-run code later in this blog post, entirely within the browser. World Wide WebR WebR lets you run R code in a browser with no need for a server, thanks in large part to George Stagg’s efforts. And these days you can embed editable R chunks into Quarto documents, thanks to James Balamuta’s quarto-webr extension. I’ve written before about how powerful this could be for demonstrating...| rostrum.blog