webr icon indicating copy to clipboard operation
webr copied to clipboard

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.

Results 75 webr issues
Sort by recently updated
recently updated
newest added

Can webR be used to develop a Chrome Browser Extension which supports running R code in sidepanel?

help wanted
question

I'm writing this issue at the end of the day so haven't spent the time to make a demo of this, but I'm logging it now in case you can...

bug

munsellinterpol has three dependencies. I was able to create a WASM file but there's a problem with a .so file in rootSolve. It seems to be an issue with dynamic...

help wanted
packages

I think only the `tools`/ `llvm` part of the compilation is allowing jobs/commands to run simultaneously. As a result, the build times from scratch are a bit time-intensive. Would it...

feature

This is a simple example that doesn't show an expected progress bar: ``` library(purrr) walk(1:10, ~Sys.sleep(0.5), .progress = TRUE) ```

bug

I have made a package containing shiny apps that I want to add to a quarto document using shinylive-r and webr. I think I have managed to get the package...

question

This could be handled by compressing a directory in the VFS on demand and offering as a `.zip` download.

feature

Hello, I am hoping to use statscloud to design some teaching material. statscloud uses WebR for its R terminal interface. When trying to install a package, it gave the error...

packages

I've noticed the recent addition of the `Dockerfile` for building webR. Would you be open to the idea of a pull request that introduces a [devcontainer configuration](https://code.visualstudio.com/docs/devcontainers/containers) utilizing this `Dockerfile`?...

feature

I get the following warning in VS Code: ``` Could not find a declaration file for module 'webr'. '/Users/willem/GitHub/distributions- sampler/node_modules/webr/dist/webr.mjs' implicitly has an 'any' type. There are types at '/Users/willem/GitHub/distributions-sampler/node_modules/webr/dist/webR/webr-main.d.ts',...

bug