Hadley Wickham

Results 2594 comments of Hadley Wickham

I have little to add hear, except that anecdotally using condas with R seems to be a great struggle. OTOH this seems like a relatively small amount of work, and...

I think the basic problem is this: ``` r library(lubridate, warn.conflicts = FALSE) guess_formats("June Third, 1972", "mdy") #> Omdy mdy #> "%Om Third, %d%y" "%B Third, %d%y" ``` Created on...

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

Maybe @jimhester remembers 😄

This might be tricky to fix given the special requirements of connect auth.

OTOH I can't reproduce it with this code: ```R library(pins) key pin_write(1:11, name = "hadley/test-1") board2 pin_write(1:10, name = "hadley/test-2") board2 |> pin_write(1:11, name = "hadley/test-2") ``` I get a...