Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coatless-textbooks/statistical-concepts-with-shiny-apps
- Owner: coatless-textbooks
- License: agpl-3.0
- Created: 2024-01-05T08:38:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-07T07:20:50.000Z (12 months ago)
- Last Synced: 2024-01-07T08:24:55.148Z (12 months ago)
- Topics: data-science, quarto, quarto-book, r-shiny, r-shinylive, statistics, webr
- Language: Lua
- Homepage: https://textbooks.thecoatlessprofessor.com/statistical-concepts-with-shiny-apps/
- Size: 28.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.