Hadley Wickham

Results 991 issues of Hadley Wickham

``` r library(lubridate) #> #> Attaching package: 'lubridate' #> The following objects are masked from 'package:base': #> #> date, intersect, setdiff, union options(warnPartialMatchArgs = TRUE) update(ymd("2020-01-01"), day = 2, month...

refactoring

We are systematically re-licensing tidyverse and r-lib packages to use the MIT license, to make our package licenses as clear and permissive as possible. To do so, we need the...

From `expect_that()` to modern form. Need to split into multiple small issues (one per file? one per set of files?) for tidyverse developer day

To ensure consistent with latest tidyverse styling guidelines; this makes it easier for others contribute.

How hard would it be to create statebins as an sp object with reasonable lat and long values? I'm thinking about modifying `geom_map()` so it can take `sp` objects as...

A string

feature

e.g. ```R pin_write

documentation

Please 👍 this issue if you'd like this implemented.

feature