design icon indicating copy to clipboard operation
design copied to clipboard

Tidyverse design principles

Results 119 design issues
Sort by recently updated
recently updated
newest added

If I have not misunderstood, the overwriting of `my_fun_opts()` with a function of the same name is a mistake. I believe the code is meant to imply that if you...

["Make inputs explicit" includes the line:](https://design.tidyverse.org/inputs-explicit.html#what-are-some-examples) https://github.com/tidyverse/design/blob/a1eedc8d4e3f0a1301444856ec9b3cf8e70dc26f/inputs-explicit.qmd#L23 Is this supposed to be `away from factors`?

In the `na.last` example it says `na.list` in one place.

change uou to you.

I assign the copyright of this contribution to Hadley Wickham.

Sometimes the strategy will be tangled in with many other arguments, or they might be multiple strategies used simultaneously. In these situations you want to avoid creating a combinatorial explosion...

``` r library(rlang) f Error in f(): promise already under evaluation: recursive default argument reference or earlier problems? f [1] 10 ``` Created on 2023-10-05 with [reprex v2.0.2](https://reprex.tidyverse.org) Maybe in...