An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        




awesome-webr logo




# Awesome WebR

[![Awesome](https://awesome.re/badge.svg)](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.