Hadley Wickham

Results 989 issues of Hadley Wickham

I am often confused by whether I need to set an option in `_bookdown.yml`, `_output.yml`, or in the yaml metadata of `index.Rmd`. It would be much easier to know where...

feature

Since it's so helpful for turning data frames into nice tribbles/data.frames. Reprex could either depend on datapasta, or if it's too heavy a dependency we could implement a minimal version...

feature

* Don't mention sys.source() as people shouldn't be using it anyway * Use `local = TRUE` which is simpler and still correct * Precisely describe the problem caused the default...

If your html contains code, you're likely to want to match the syntax highlighting colours with the them as a whole. So I think it makes sense for bootstraplib to...

help wanted
invalid

This should probably both return the modified theme object and print it out.

https://cran.r-project.org/web/packages/seriation/vignettes/seriation.pdf

feature
Priority 3

[`globals.R`](https://github.com/ThinkR-open/shinipsum/blob/master/R/globals.R) feels weird to me because it feels like you're torturing perfectly ok code just to fit in with R CMD check. Instead, why not tweak R CMD check to...

https://jrnold.github.io/ggthemes/

It would be useful to have a vignette or similar that summarises the precise differences between the three engines that you're likely to encounter in R. I think most of...

documentation

``` r stringi::stri_sort("a", opts_collator = stringi::stri_opts_collator(locale = "doesntexist")) #> [1] "a" ``` Created on 2022-04-14 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) Originally filed in https://github.com/tidyverse/stringr/issues/440