Pinned
4,055 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 75 commits in 12 repositories
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
r-lib/rlang
2 pull requests
r-lib/httr2
2 pull requests
tidyverse/dplyr
2 pull requests
tidyverse/haven
2 pull requests
r-lib/waldo
1 pull request
tidyverse/tidyups
1 pull request
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
