Hadley Wickham

Results 873 issues of Hadley Wickham

Need to do after PRs mostly closed * Ensure all use `.R` * Ensure `tests/` and `R/` align

feature

They shouldn't be needed anymore, and they make the error messages unnecessarily confusing. (Have been deprecated since 0.7.0 released June 2017)

feature
breaking change :skull_and_crossbones:
lifecycle :butterfly:

## Pre 1.0.0 * [x] `funs()` to defunct. Since 0.8.0 (Feb 2019). * [x] `select_vars()` and friends to defunct. Since 0.8.4 (Oct 2019) ## Probably low-risk 1.0.0 * [x] Move...

feature
lifecycle :butterfly:

Deprecate database generics, following strategy in https://github.com/tidyverse/design/issues/106. Then remove tests, since they should live in dbplyr. https://github.com/tidyverse/dbplyr/issues/385 needs to happen first. Remove ```R setOldClass(c("sql", "character")) setOldClass(c("ident", "sql", "character")) ```

feature

To support this sort of functionality: ```R library(dplyr, warn.conflicts = FALSE) quantile_df summarise(across(x:y, quantile_df)) ```

feature
each-col ↔️

So that when you implement a tibble subclass with sticky columns, you don't need to add a new `select()` method. Likely to involve renaming `ensure_group_vars()`

feature
columns ↔️

So we can have experimental solution without forcing logic into vctrs.

bug
vctrs ↗️

In scripts/projects

program :computer: