learn-r icon indicating copy to clipboard operation
learn-r copied to clipboard

A suite of lessons for learning the R programming language

Results 17 learn-r issues
Sort by recently updated
recently updated
newest added

Website built on jekyll and would be nice to move over to Quarto. - [ ] Map new directory structure - [ ] Update templates - [ ] Decide on...

enhancement

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`.

enhancement

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...

enhancement

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...

enhancement

Two additional tasks are necessary before merging into gh-pages: - [x] Make bit.ly links for data - [x] Provide answers to questions...somewhere

enhancement

At least some typos in this lesson "workspacek"

enhancement

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...

enhancement