learn-r
learn-r copied to clipboard
A suite of lessons for learning the R programming language
Website built on jekyll and would be nice to move over to Quarto. - [ ] Map new directory structure - [ ] Update templates - [ ] Decide on...
The `x` and `y` variables aren't great names, especially with the way they are used in `plot()`. Rename to something more informative, e.g. `x` -> `predictor` and `y` -> `response`.
As of Git v2.27, there appears a message on pull: > hint: You have divergent branches and need to specify how to reconcile them. > hint: You can do so...
Add checks for lesson library dependencies (and `install.packages()` call if missing) to tops of lesson in a non-echoed code chunk at the top of each lesson (so rendering is a...
Two additional tasks are necessary before merging into gh-pages: - [x] Make bit.ly links for data - [x] Provide answers to questions...somewhere
A few areas: - [ ] Switch naming to `gapminder` (for full data) and `gapminder_2007` (subset); better practice of descriptive names - [ ] Move answers closer to challenges (using...