Hadley Wickham

Results 2587 comments of Hadley Wickham

@jrosell I don't really have any concrete ideas yet sorry. This is mostly just a note to self so I don't forget about that site.

Yeah, I can't see an easy way for dbplyr to support this currently — we don't know the column types so we can't make `+`/`-` work and we don't have...

Yeah, I'd be happy to take a PR for this.

Some more minimal reprex: ``` r library(tidyverse) df pivot_longer( everything(), names_to = c(".value", "set", ".value"), names_pattern = "(.)(.)(.)" ) #> # A tibble: 2 × 3 #> set xa yb...

when by -> when 😄

Standalone files have been incorporated; now just need to update existing checks.

If we were to do that, we'd use `setOldClass()`, but that sort of S4 manipulation can have unexpected and far reaching complications, so I wouldn't recommend it.

In @mine-cetinkaya-rundel pre-workshop should maybe make them close an issue. Or we could do this as a group warm up — where everyone needs to close an issue.

My investigation notes at https://github.com/pola-rs/polars/pull/18187#issuecomment-2302077398