Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 5, 2024
1 parent 5dd2219 commit 7573295
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
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`.

0 comments on commit 7573295

Please sign in to comment.