Hadley Wickham

Results 2587 comments of Hadley Wickham

Could you please rework your reproducible example to use the [reprex package](http://reprex.tidyverse.org) ? That makes it easier to see both the input and the output, formatted in such a way...

@jwhendy it doesn't look like you copied and pasted it correctly. And it does make my life easier having all the code in one block, because there's just one thing...

Do you have the latest version of reprex? And how are you running R? (e.g. in RStudio on your desktop?)

I knew this was going to happen so I must have failed to advertise it enough 😞

Can you please provide a minimal reprex (*repr*oducible *ex*ample)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that...

Somewhat more minimal reprex: ```R library(archive) url

Could you please rework your reproducible example to use the [reprex package](http://reprex.tidyverse.org) ? That makes it easier to see both the input and the output, formatted in such a way...

Ok, I think the minimal reprex here is: ``` r readr::locale("de_AT") #> Error: Unknown language 'de_AT' ``` Created on 2023-08-01 with [reprex v2.0.2](https://reprex.tidyverse.org)

Could you please rework your reproducible example to use the [reprex package](http://reprex.tidyverse.org) ? That makes it easier to see both the input and the output, formatted in such a way...