Skip to content

jabenninghoff/rtraining

Repository files navigation

rtraining

R-CMD-check lint

Overview

R Training: My notes and experiences learning R and RStudio, bundled as an R package (work-in-progress), and published to GitHub Pages using Quarto.

Feel free to use and/or fork this project!

Notebooks

Notebooks in this package:

Installation

You can install the development version of rtraining from GitHub with:

# install.packages("remotes")
remotes::install_github("jabenninghoff/rtraining")

Or using renv:

# install.packages("renv")
renv::install("jabenninghoff/rtraining")

Development

  • Changelog: See “Changelog” or NEWS.md.
  • Planned: TODO