Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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