adv-r
adv-r copied to clipboard
Advanced R: a book
auto_browser -> auto_browse I assign the copyright of this contribution to Hadley Wickham
- formatting few missing instances of `code` - consistency in some abbreviations and notations across chapters - removing spurious words from sentences - correct misspelled function/package names - sundry
Minor spelling / terminology correction - spatting => splatting. Per contribution guidelines: I assign the copyright of this contribution to Hadley Wickham.
https://github.com/hadley/adv-r/blob/dc49c3872c3530ac08716fd4f4c235b01266a4ce/Meta.Rmd#L15 > I recommend the tidy evaluation book at https://tidyeval.tidyverse.org/.
paths should be generated using paste0 instead of paste
Exercise 1 of 10.4.4 asks > In `boot_model()`, why don’t I need to force the evaluation of `df` or `model`? However, `boot_model()` does not look up `model` (except as a...
Working through the chapter 19 exercises, I encountered an error doing the first exercise of section 19.7.5. I tried replacing the last line of the provided function `linear` with `reduce(summands,...
Having the **Expression vectors** section in a _sidebar_ makes it a bit more difficult to read.
For a first-time reader of R S3 system concepts, it goes without saying that `factor` is a method. It's actually the class. In the context of factors, for which the...
I think it would be good, in this section, to inform the role of the `:::` operator. The operator is used more explicitly in Section 10.3.3. Informing in the Section...