George Stagg
George Stagg
> Sorry that it looks like those messages were a red herring, but I guess it did make debugging more challenging. No worries, I understand. > Let me know if...
Hi, thanks for reporting this. It looks like the bug is triggered when `'data.xlsx'` is a zero length file, though I am not yet sure where in the ecosystem webR...
We have indeed discussed a version of R for WASI internally, and it is something we'll be interested in the future. However, there are a couple of blockers standing in...
Better support for networking is an interesting potential development direction for webR, but unfortunately I can see two immediate issues that means this particular approach used by the Wordpress team...
Hi @HTUser-1 , The latest version of webR supports building sqlite for Wasm, for use by Wasm R packages, and RSQLite should now be available at https://webr.r-wasm.org/latest/. This will ship...
This seems to now be working, at least on https://webr.r-wasm.org/latest/. ``` > library(igraph) Failed to load package "igraph". Do you want to try downloading it from the webR binary repo?...
As of https://github.com/r-wasm/webr/commit/4655e9602c6eb1da8ded29765617e93f0a7e4e3a, to be included in the next release of webR, mounting `WORKERFS` images under Node.js should now work. Note that in your original test script, the argument of...