generated from coatless-tutorials/quarto-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# quarto-book-template | ||
Template repository for creating a book powered by Quarto and Rendered by GitHub Actions onto GitHub Pages | ||
# 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 and Python | ||
- [`.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 | ||
|
||
Additional files: | ||
|
||
- [`requirements.txt`](requirements.txt): List of Python Packages to install | ||
- [`DESCRIPTION`](DESCRIPTION): List of R Packages using the standard DESCRIPTION file to install with `pak`. |