https://github.com/ijlyttle/programming-r-exercises
https://github.com/ijlyttle/programming-r-exercises
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijlyttle/programming-r-exercises
- Owner: ijlyttle
- License: cc-by-sa-4.0
- Created: 2024-11-26T18:13:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T01:07:08.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:49:54.075Z (over 1 year ago)
- Language: R
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# From R User to R Programmer - Exercises
This repo contains the exercises for the posit::conf(2024) workshop [From R User to R Programmer](https://posit-conf-2024.github.io/programming-r/).
## Installation
This will bring in all the dependencies:
```r
install.packages(c("tidyverse", "devtools", "here", "palmerpenguins"))
```
To install the exercises:
```r
usethis::use_course("posit-conf-2024/programming-r-exercises")
```
## Notes
We have copied the Gapminder Excel files from [R for Data Science](https://github.com/hadley/r4ds/tree/main/data/gapminder), as much of the material for this course is based on it.