Skip to content
Avatar

Sponsoring

@Homebrew
@JamesIves
Block or Report

Block or report hadley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. An implementation of the Grammar of Graphics in R

    R 5.7k 1.9k

  2. dplyr: A grammar of data manipulation

    R 4.3k 1.5k

  3. Easily install and load packages from the tidyverse

    R 1.3k 267

  4. r4ds Public

    R for data science: a book

    HTML 3.8k 3.8k

  5. Tools to make an R developer's life easier

    R 2.2k 751

  6. adv-r Public

    Advanced R: a book

    TeX 2.2k 1.7k

Contribution activity

January 2023

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

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

Seeing something unexpected? Take a look at the GitHub profile guide.