-
With the release of [webR 0.1.0](https://github.com/r-wasm/webr), running R code in-browser is now possible (and super fast and really neat!). It seems like webR is a natural fit for in-browser learnr…
-
-
Hey,
I try to use GUniFrac which relies on rmutil in a webR env i get this error:
Error executing R code: Error in Unknown source: package or namespace load failed for ‘GUniFrac’ in dyn.load(file,…
-
Several dependencies prevent the package in its current state from compiling to WASM and working with WebR.
It would be great to have a version that enables this without breaking backwards compatib…
-
You don't actually need to manage dns here. You can simply generate nginx config from some json file with a list of sites to redirect to. Or even go wild and write javascript code inside nginx config,…
-
💡 I'm excited to announce the creation of a new interactive version of this book!
- **GitHub Repository**: [https://github.com/fralfaro/r4ds](https://github.com/fralfaro/r4ds)
- **Interactive Doc…
-
Hey, im trying to use a custom compiled version of phangorn in webR and i get the following error:
An error occurred: package or namespace load failed for ‘phangorn’ in dyn.load(file, DLLpath = DLL…
-
Might also consider making code cells interactive with webR.
-
`spidyr` currently supports doing the following:
```javascript
const tools = await library("tools");
const res = await tools.toTitleCase(["hello from r"]);
```
Or more elegantly, imho :
…
-
### Feature Description
First, thanks for all your hard work! This is an incredible package.
For reading and working with small amounts of data in webr, rather than referencing some external resou…