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

Good afternoon. I have a question about the possibility of using `WebR` server-side (possibly with WASI): - Is there any expectation (or plan) to generate a WebR [WebAssembly Standalone](https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone) version?...

question

The browseURL() function defines : ``` url: a non-empty character string giving the URL to be loaded. Some platforms also accept file paths. ``` As far as I can tell,...

feature

When I first started using webR when it came out, I had noticed that I couldn't analyze as large datasets while using webR on my mobile device (iPad) as compared...

docs
tidy-dev-day :nerd_face:

We need this for the `pdftools` package. This does not work yet, because emcmake seems to be unable to find freetype.

Currently it's not possible to install markovchain using the R web terminal: ```R > install.packages("markovchain") Warning message: In install.packages("markovchain") : Requested package markovchain not found in webR binary repo. ```...

packages

I have a Shiny app that is supposed to render several plotly plots when the user uploads some data. However, when running it on webr, only one of the plots...

Following the example from https://docs.r-wasm.org/webr/latest/mounting.html#javascript-api Here is a reprex. Step 1, using the `ghcr.io/r-wasm/webr` image : ```bash docker run -it -v /Users/colin/webr-mount-reprex:/root/output ghcr.io/r-wasm/webr R ``` ```R > dir.create("test") > setwd("test")...

bug

Hi, I hope its the correct project to report this. Loading data with readr::read_csv never finishes Loading data with read.csv works [example on shinylive.io](https://shinylive.io/r/app/#code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKAZwAtaJWAlAB0IIgMQACACJwAZnzgSAqgEkJsoowlpUE0tyikJAE2YB3Ttom9OpIgHNmMCQFo3LkQFdaEgDwv1am9jAAUoezh2EREJCUkAQXQ9WlJqRXcPCFjSFLSwiDhqKLAACULqIgkAZV5+AEIhMAFcaKy46tpjOHoWCWooViJPIzMU7gk+VGHtCGMJIdIpoy75CBTaEksMmIlOTu6WABkBhajRNtjJKv2erVQoAup1TQmIJa33Hdi9rtv8wrOX1i7RUb2GiGqdC6Wg0Wn0iggnhg9DgWiIsgk9D4HzcQO+UNRoKW7EmwxUcwAvBJGliIJxGi0LsDmSzgf0UU8qY0AHJIlFojG0ziIBl41nimB8CRUgCMjPFCuBMCgAA9pRIAKwABnlioVADcoEFFFSAMxa4TnZnNVrMyQAWSgUvuj2eWmMtE4qH6rD49nmw3erk+TOVfH+RVtLMkAHlA+CJCVPXZHLBg7imbFvURSHHFsN2AsluT1Y0PbYQhVSI1LUDLbFLbWIJIZKtFJxUfrUX0HLQCBJGHAAI7eQdzOwmcxWGwppzpzIdxhdrT+dSeCAEHIkElg0i4AP50gCCQgKOSJO2Bxz9F6biKGPUOYAMSd+lknieAHE4KxF9JDFA847JIoz6AOw6eHAthwHMiLIt2N5CsBEgACo2BIcAqqgg6cHsJC3oYEgRAUzDkJYgEzleaaehIZjMOgMGvFYBBGtQyEToOsyopWOZ6JUfAeix5AEaQIptGIyEyhgEgqEYNGNIOUCbrQXaNDM453oOsLttwQyPpiihQMMRDKjkLHUNQrDIcCg4uJhcAEMMjFmHeWSkqQlg7ksAAkQrHgQBgQBEyEAEzSbJlhFtMpCsKgig0YB2bVm0UWkN55akDxRirpx0JZewp5WsCarAqusivtw77UN5Zivn6QJCn4AQdkO7CShA7Aqs0EjKiqnXdWkQX6BgCzqu5vnYhIADUEgyk2zIzp1+5MHAUAANaWFSQr7sQnLUmAYgAOwavE8RSAAQgymKaNCpZgC5KRwKKmbMiq7J3QA6nVQXJPAfESAUKpGKinioFuWQ7j12LCHgYpKk6WRcqUyZUc4N61esP05PA9JNFGsQAL5NgTrQwKQ-aro03CkIswoAPR0-YyYYEz+iePQniLsQZAUKQGDEDAdMdg8a2MEQuF01AAAsMohcYsj0MYAAcSv0Kaxj0IdWqa1L9B0+YdMarIIWmrIACcZumgQyuHQQIVK1bcCHQAbM7TtKc7ashWbcBOwQdtwDKxgynTZMsYwnD85w+qNCI2F8KQxSKcYUcx3jswyk14FQCnBDR215OWvHZBJ6tufRyYJBPenxeJ8HTa16XOcAPp52nlrGCFWfJ4wiCIMnrf52HReMAnTfGIP+qVwUNZx6PJed02kgAMKKcJNR8Kw2hJNsdK1KwiSoOw3jqt4+6Lsu6oX6ilpgATAC6QA) where "read_csv done" is never printed...

bug

Hi. Your team continues to do really amazing work with WebR. Now appears to be a very usable IDE! I also saw that you've added a lot of packages which...

feature