Chief Scientist at @posit-pbc
- Houston, TX
- http://hadley.nz
- @hadleywickham
Block or Report
Block or report hadley
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
4,971 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2023
Created 35 commits in 4 repositories
Created a pull request in tidyverse/purrr that received 26 comments
More support for handling indexed errors
Fixes #1022. Fixes #1027. The text is still pretty rough, but @jennybc hopefully it's enough to solve your problem. I suspect you'll be best off wa…
+382
−11
•
26
comments
Opened 12 other pull requests in 2 repositories
tidyverse/forcats
7
merged
2
open
- Lump even when there's only 1 level
- Refactor weight computation
- Check that dots are unnamed where appropriate
-
Add
afterargument tofct_expand() - Add a new section on explicit vs implicit NAs
- Add weight argument to fct_infreq
-
Support empty levels in
fct_inorder() -
fct_unique()improvements - Don't warn if fct_other() doesn't replace
tidyverse/purrr
2
closed
1
merged
Reviewed 13 pull requests in 6 repositories
tidyverse/purrr
3 pull requests
tidyverse/forcats
3 pull requests
tidyverse/tidyr
3 pull requests
r-dbi/odbc
2 pull requests
tidyverse/dbplyr
1 pull request
tidyverse/ggplot2
1 pull request
Created an issue in tidyverse/forcats that received 1 comment
fct_infreq() doesn't reorder NA levels
library(dplyr, warn.conflicts = FALSE) library(forcats) starwars |> mutate(hair_color = fct_infreq(hair_color)) |> count(hair_color) |> filter(n > 1)
1
comment
Opened 4 other issues in 3 repositories
r-lib/rlang
2
open
tidyverse/purrr
1
open
tidyverse/forcats
1
closed
2
contributions
in private repositories
Jan 3






