Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coatless-textbooks/statistical-concepts-with-shiny-apps

Quarto book illustrating various statistical concepts using Shinylive.
https://github.com/coatless-textbooks/statistical-concepts-with-shiny-apps

data-science quarto quarto-book r-shiny r-shinylive statistics webr

Last synced: 30 days ago
JSON representation

Quarto book illustrating various statistical concepts using Shinylive.

Awesome Lists containing this project

README

        

# statistical-concepts-with-shiny-apps

Repository storing the text and different conceptual statistical
[R Shiny applications](https://shiny.posit.co/r/gallery/)
powered by [R Shinylive](https://github.com/posit-dev/shinylive).

## Overview

The repository holds:

- [`.github/workflows/quarto-render.yml`](.github/workflows/quarto-render.yml): Install, setup, and render a Quarto book using R
- [`_quarto.yml`](_quarto.yml): Setup the properties of the book in a minimal fashion (for more options see [Quarto: Book Structure](https://quarto.org/docs/books/book-structure.html))
- [`index.qmd`](index.qmd): Welcome page
- [`DESCRIPTION`](DESCRIPTION): List of R Packages using the standard DESCRIPTION file to install with `pak`.