Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,950 contributions in the last year
Activity overview
Contribution activity
September 2020
- Use `VECTOR_PTR_RO()` in equality helpers
- Early exit from `df_flatten()` when no flattening is required
- Implement "complete" function family
- Simplify translation helpers to always convert to ASCII or UTF-8
- Implement `vec_identify_runs()`
- Extract equality comparator from dictionary
- Fix `obj_maybe_translate_encoding()` crash
Created an issue in r-lib/later that received 5 comments
Signal exhaustion of top-level callbacks with a user prompt
Code running at top-level might cause new output:
later::later(~ message("foo"), 1)
> foo
Or:
later::later(~ stop("foo"), 1)
> later: exception oc…
5
comments