From 7573295273d08e8a67eb788e4e1a351d630608af Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Fri, 5 Jan 2024 03:21:32 -0800 Subject: [PATCH] Tweak readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d5eaaf..9710c5b 100644 --- a/README.md +++ b/README.md @@ -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`.