Hadley Wickham

Results 879 issues of Hadley Wickham

``` PKG_CPPFLAGS=-DSTRICT_R_HEADERS ``` Otherwise R's `realloc` macro conflicts with the `Realloc` function in rapidjson

roxygen2 now uses messages instead of warnings so the tests fail. I would have attempted a fix, but I don't understand how your package code is generated. ``` Running ‘testthat.R’...

If we start to use timechange in lubridate, then we'd need this to solve https://github.com/tidyverse/lubridate/issues/293

e.g. ```R gen.map ( as.data.frame, list( as = gen.c.of(n, gen.element(1:10) ) , bs = gen.c.of(n, gen.element(10:20) ) ) ) ``` Having the data as the last argument makes sense in...

Would you be interested in contributing these directly to dplyr?

``` ──────────────────────────────────────────────────────────────────────────────── ⠏ | 0 | UpdateQualificationType Error in fun(Name = "X74462665", Description = "Qual002", QualificationTypeStatus = "Active", : could not find function "fun" ✖ | 0 1 1 |...

To make it easier to find this repo 😄 (e.g. run `usethis::use_github_links()`)

Need to merge after #2518 (since the vignette will need a small update) and #2516 (since `check_built()` has moved). And might as well tackle #2533 too. Fixes #2357 @maelle maybe...

`bs4_navbar_links_tags()` needs some refactoring to support this, so will need to happen after #2523