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

As long as the generic contains `...`, `R CMD check` does not compare the method and generic args. See for sample package that verifies that. And R CMD check code...

OOP :ribbon:

hopefully not too premature.

Fix typos and formatting, some small style improvements, add link to `modelr::na.warn()` reference. See also #116 for more typo fixes.

```R if (is.null(version_label)) { version_label

implementation :sparkles:

If you have an if statement with a large `if` and small `else`: ```R if (cond) { # # # # # # # # } else { something() }...

implementation :sparkles:

i.e. `the

state :slot_machine:

Summarizing a recent Slack discussion that seems worth preserving. The conversation was triggered by https://github.com/r-lib/gargle/issues/184, where someone following a pattern seen in several gargle-using packages was getting push back from...

state :slot_machine:

One place to use a warning is where you wish you had originally made an error, but changing the behaviour now would break a lot of code.

side-effects :printer: