Garrett Grolemund
Garrett Grolemund
At the state level: Hawaii, California, New York, and Washington D.C. had the highest rates of second homes (~ 40%) In other states, including Florida, second homes make up about...
Thanks @luifrancgom. Note to self: this link should be fixed to go to https://www.r-bloggers.com/
`+ 1` It'd be great to also recast the message as a `%>%` hint if we spot that they are using `%>%`, e.g. ``` I expected you to add `%>%...
This is also weird: ```r # test_detect_mistakes.r line 485 user % abs()) solution %`(). ```
8/19 meeting notes: 1. Refactor `code_is_sane` to return a boolean and to move `detect_mistake` out of `code_is_sane` so it can be called separately by `check_code`. 2. Rewrite `standardise_call` to also...
I noticed that again yesterday. Since ggplot2 uses `+` everywhere, the issue may be more wide spread than we assume.
I know that :) _Mental note: word feature requests better._ But to add something useful to the discussion: a good case for this would be when grading a ggplot2 command....
Awesome! Can we keep this and still massage the API this towards something more beginner friendly?: ``` options(gradethis_praise = FALSE) ```
Another error with +:
For infix operators , I think we need to say "_something_ `+` _something_" instead of `+`. For example, the feedback message below Suggests to a new user that they should...