r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
804 stars 54 forks source link

R API docs not rendered #439

Closed JosiahParry closed 2 weeks ago

JosiahParry commented 2 weeks ago

At the moment there isn't any way to read the WebR R package documentation (that I can find) outside of the source code. The hyperlinks internal to the webR documentation point to https://docs.r-wasm.org/webr/latest/api/r.html which is empty.

Where might we read the docs for the R package?

Thanks!

georgestagg commented 2 weeks ago

Thanks for reporting! It looks like this broke somewhere between https://docs.r-wasm.org/webr/v0.3.2/api/r.html and https://docs.r-wasm.org/webr/v0.3.3/api/r.html.

It should now be fixed, as of 297249f872c624965068a9dd8bffe737bbffa42e.

EDIT: It may take a little while for AWS caches to update, will close once confirmed working again.

georgestagg commented 2 weeks ago

AWS seems to have caught up, at least in my region. Closing.