This is a demo repository for the course on Git/GitHub and reproducible code. It uses the publicly available palmerpenguins dataset for data exploration and visualization.
You can download this repository via git clone. For SSH copy and paste the following to e.g. the RStudio terminal (or another Git client):
git clone git@github.com:martheknijff/git-course.git
For HTTPS copy and paste the following:
git clone https://github.com/martheknijff/git-course.git
The following dependencies are needed:
- R version 4.4.0
- flextable_0.9.5
- officer_0.6.5
- gtsummary_2.0.4
- wesanderson_0.3.7
- palmerpenguins_0.1.1
- lubridate_1.9.3
- forcats_1.0.0
- stringr_1.5.1
- dplyr_1.1.4
- purrr_1.0.2
- readr_2.1.5
- tidyr_1.3.1
- tibble_3.2.1
- ggplot2_3.5.1
- tidyverse_2.0.0
The main script is located here: R/code.R.