Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T07:11:38.000Z (about 1 year ago)
- Last Synced: 2024-11-23T16:26:25.844Z (3 months 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