Mine Cetinkaya-Rundel
Mine Cetinkaya-Rundel
if not possible, any issues created should tag people @thereseanders
This is a feature request to add a link to each function's documentation that said something like "read on package website" that takes you there. Ideally the link would take...
Today I thought I had an original idea, to make a package with very similar functionality to this one, and was pleasantly surprised to find this package! I plan on...
More of a note to self, based on student questions. I'll try to update a bit to see if I can make it more clear.
contact_reason → typo book → ims feedback_type → textbook_typo_non_exercise textbook_page → 283 (16.1.3) contact_name → Karsten contact_email → [[email protected]](mailto:[email protected]) reply_needed → no_but_okay contact_message Simulated frequency of 420 has to be...
I'm using the new-ish bidirectional geom support to make boxplots stretching along the x-axis. If I place a continuous aesthetic on the `y` axis, I believe the warning should instead...
Currently this is the message dplyr emits for `summarize()` after `group_by()` with multiple variables. ``` r library(dplyr) mtcars |> group_by(vs, am) |> summarize(mean_mpg = mean(mpg)) #> `summarise()` has grouped output...
Between 1.0.7 and 1.1.0 `filter()` stopped taking matrices, per #5973. [NEWS for dplyr 1.0.8](https://github.com/tidyverse/dplyr/blob/main/NEWS.md#dplyr-108) reflects this change, but it also says there should be an informative message: > - `filter()`...
Add suggestion for how to cite data science in a box, to the repo and the rendered site. cc @ElijahMeyer3