https://github.com/coatless-textbooks/r-reference
Randomly scribbled R notes for my future self
https://github.com/coatless-textbooks/r-reference
quarto r-programming reference-book rstats
Last synced: over 1 year ago
JSON representation
Randomly scribbled R notes for my future self
- Host: GitHub
- URL: https://github.com/coatless-textbooks/r-reference
- Owner: coatless-textbooks
- License: agpl-3.0
- Created: 2024-01-11T05:36:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T07:11:38.000Z (over 2 years ago)
- Last Synced: 2025-01-23T22:13:51.248Z (over 1 year ago)
- Topics: quarto, r-programming, reference-book, rstats
- Language: Lua
- Homepage: https://textbooks.thecoatlessprofessor.com/r-reference/
- Size: 449 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r-reference
The repository holds a reference book of _R_ related programming topics and ideas. This primarily serves as a way for the author to quickly catalog and store code snippets in the vein of a personal knowledge management (PKM).
## 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
- [`_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`.
## Publishing with GitHub Actions