-
the slides won't need to use an R server for this
-
Perhaps by mounting an Emscripten `IDBFS` filesystem somewhere like `/storage`.
We will need to think about long term storage implications. Browser localStorage will work in the short term but coul…
-
Apologies if this has been answered elsewhere, but I've looked around and haven't seen it.
In the About section of this repo, you state that it is a "Quarto extension to embed Shinylive for Python…
p0bs updated
10 months ago
-
Using chrome I can see a white R code window with
sessionInfo()
and any R code I type and then I can run the code.
Using safari, although I get the green bullet with ready!, there is nothing show…
-
Liebe alle,
ich habe einen Aufschlag für die ersten drei Termine in Bezug auf mögliche Intro-Folien gemacht. In der Hoffnung, das richtig gemacht zu haben, habe ich ein neues Repo VL-Einstiegsfoli…
-
### Bug description
When setting the chunk option `results: "asis"` or `output: "asis"`, the results are rendered in monospace, although I would expect them to be treated as raw HTML without any addi…
-
Package fails to compile due to TBB architecture/machine detection [issues](https://github.com/r-universe-org/help/issues/335), investigate appropriate [TBB macros for WASM](https://github.com/RcppCor…
-
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/doc…
-
The webr [documentation](https://docs.r-wasm.org/webr/latest/mounting.html) on mounting is super helpful. Will it be possible to mount a file system from the host machine using `NODEFS` and make that …
-
First of: terrific work here! I'm using this extensively at a course that serves 800 intro students a semester here at UC Berkeley.
I'm trying to figure out how to restyle the webr code cells using…