Skip to content
Avatar

Sponsoring

@jgm @krisk @Homebrew @terrytangyuan @fmichonneau @JohnCoene

Achievements

GitHub Sponsor

Achievements

GitHub Sponsor
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.1k 1.8k

  2. dplyr: A grammar of data manipulation

    R 3.8k 1.4k

  3. Easily install and load packages from the tidyverse

    R 1.1k 245

  4. r4ds Public

    R for data science: a book

    R 3.1k 3.5k

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

    R 2.1k 730

  6. adv-r Public

    Advanced R: a book

    TeX 2k 1.6k

Contribution activity

September 2021

Created 2 repositories

Created a pull request in r-lib/withr that received 10 comments

Ensure global defers run on exit

Opening this primarily for discussion — this change means that when withr::defer() is called interactively (i.e. from the global environment), it w…

+20 −1 10 comments
Opened 10 other pull requests in 6 repositories
r-lib/actions 2 merged 1 closed
r-lib/withr 3 merged
r-lib/httr2 1 merged
tidyverse/tidyverse.org 1 merged
r-lib/roxygen2 1 merged
r-lib/rlang 1 merged
Reviewed 10 pull requests in 6 repositories

Created an issue in r-lib/rlang that received 4 comments

Can't force display of full backtrace in Rmd

```{r} library(rlang) options(rlang_backtrace_on_error = "full") f <- function() {g()} g <- function() {h()} h <- function() {i()} i <- function() …

4 comments

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