webr
webr copied to clipboard
The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
I think we need a recipe for RcppParallel that bundles it with libtbb. I think that would solve e.g. this issue: https://github.com/r-universe-org/help/issues/335
The output from several R functions can span multiple lines of text. In RStudio sometimes it's much easier to maximize the console window rather than scrolling all the time. Also,...
Hey, I saw this WebR packages must be installed before use, which in practice means copying binaries into the webR virtual filesystem in some way, either as part of the...
Hello, Would it be possible to have a viewer in the REPL (e.g. an iframe) listening to current in-browser session ? So as for instance to run shiny apps alike...
I'm trying to write an async function to potentially be included in the `{webr}` support package. The function seeks to check if data associated with a URL can be retrieved...
`options(expressions=)` and the associated information about JS call stack size should be documented
Hi, I'm having errors on the following script with webr 0.2.2, which works fine on R standalone installation. ```r install.packages("gtsummary") gtsummary::trial |> gtsummary::tbl_strata( strata = c(grade), .tbl_fun = ~ .x...
The [`igraph`](https://cran.r-project.org/web/packages/igraph/) package cannot be installed on webr (but it can be installed on R Studio). This is the err: 
Hi! Trying out webr with the package BayesianReasoning. When creating a plot, I get an error that seems related to png. The only missing dependency in https://repo.r-wasm.org/ for BayesianReasoning is...
It would be the bee's knees for demo purposes if the webR REPL editor could receive the "Share" feature that the [shinylive editor](https://shinylive.io/r/editor) has. Perhaps add it next to the...
when i update ui.R and server.R file it doesn't show the updated things when refreshing. I need to change port. Is there any way to re-register every time service worker...