https://github.com/nanxstats/awesome-webr
😎 A curated list of awesome resources for learning WebR, a version of the statistical language R compiled for the browser and Node.js using WebAssembly.
https://github.com/nanxstats/awesome-webr
List: awesome-webr
awesome awesome-list emscripten r webassembly webr
Last synced: 5 months ago
JSON representation
😎 A curated list of awesome resources for learning WebR, a version of the statistical language R compiled for the browser and Node.js using WebAssembly.
- Host: GitHub
- URL: https://github.com/nanxstats/awesome-webr
- Owner: nanxstats
- License: cc0-1.0
- Created: 2023-03-10T02:17:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T19:50:25.000Z (about 2 years ago)
- Last Synced: 2024-05-23T06:19:47.201Z (11 months ago)
- Topics: awesome, awesome-list, emscripten, r, webassembly, webr
- Homepage:
- Size: 52.7 KB
- Stars: 83
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE-OF-CONDUCT.md
Awesome Lists containing this project
- jimsghstars - nanxstats/awesome-webr - 😎 A curated list of awesome resources for learning WebR, a version of the statistical language R compiled for the browser and Node.js using WebAssembly. (Others)
README
![]()
# Awesome WebR
[](https://github.com/sindresorhus/awesome)
A curated list of awesome resources for learning WebR,
a version of the statistical language R compiled for the browser and
Node.js using WebAssembly.Your contribution is welcomed. Please create a pull request or issue to
add packages to the list.
- See also: [awesome-shiny-extensions](https://github.com/nanxstats/awesome-shiny-extensions).
- Please send pull requests: [contributing guide](.github/CONTRIBUTING.md) and [code of conduct](.github/CODE-OF-CONDUCT.md).
## Contents
- [Official Resources](#official-resources)
- [Core](#core)
- [R Packages](#r-packages)
- [Miscellaneous](#miscellaneous)
- [Release Notes](#release-notes)
- [Community Extensions](#community-extensions)
- [Community Demos](#community-demos)
- [Community Posts](#community-posts)## Official Resources
### Core
- [webr](https://github.com/r-wasm/webr) - webR: R in the browser.
- [webR documentation](https://docs.r-wasm.org/webr/latest/) - Official documentation site.### R Packages
- [webr-repo](https://github.com/r-wasm/webr-repo) - Build R packages for
WebAssembly and create a CRAN like repo for distribution.
Contains package list for the public build of webR.### Miscellaneous
- [jupyterlite-webr-kernel](https://github.com/r-wasm/jupyterlite-webr-kernel) - webR kernel for JupyterLite.
## Release Notes
- [webR 0.1.0 has been released](https://www.tidyverse.org/blog/2023/03/webr-0-1-0/)
## Community Extensions
- [quarto-webr](https://github.com/coatless/quarto-webr) - Quarto extension to enable webR code cell in a Quarto HTML document.
## Community Demos
- [webr-experiments](https://github.com/hrbrmstr/webr-experiments) - WebR experiments from @hrbrmstr.
- [webr-app](https://github.com/hrbrmstr/webr-app) - WebR starter app with minimal HTML, JS, and CSS.
- [webR-quarto-demos](https://github.com/coatless-r-n-d/webR-quarto-demos) - Experiments with generating a standalone Quarto document using webR.
- [reefr-template](https://github.com/hrbrmstr/reefr-template) - Markdown-enabled lightweight reactive environment for webR apps.
- [lit-webr](https://github.com/hrbrmstr/lit-webr) - An example of using WebR with Lit components.## Community Posts
- [WebR IS HERE!](https://rud.is/b/2023/03/09/webr-is-here/) - Written by Bob Rudis, with demos.