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- Toronto, Canada
- Sign in to view email
- https://twitter.com/riannone
Pinned
2,366 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in rstudio/gt that received 3 comments
Refactor `data_color()` so that it executes faster
The data_color() function was seen to be extremely slow. Reason for this was a combination of missed opportunities for vectorization, overuse of lo…
+76
−121
•
3
comments
- Add download button for failed row extracts
- Add function `col_vals_expr()`
- Add `test_*()` functions
- R Markdown workflow improvements
- Improve the `col_schema_match()` & `expect_col_schema_match()` functions
- Use consistent messages in simple validations and expectations
- Quiet the interrogation if non-interactive; add `knit_print` method
- Provide first implementation of .Rmd validation
- Allow use of formula and function values for `preconditions`
- Add expectation function versions of validation step functions
- Fix for `gtsave()` when saving an image and specifying a `path` value
- Settable font options
- Release gt 0.2.1
- Update failing example
- Tab footnote improvements
- Update GitHub Actions workflow to use the new RSPM location
- Bump cache on pkgdown.yaml for GH workflow
- Update Description of package to be less confusing
- Update GH Actions workflow for R CMD check
Created an issue in rich-iannone/pointblank that received 1 comment
Better printing of values for `col_vals_between()` and `col_vals_not_between()` in agent reports
Right now, only single, literal values are allowed. This is in contrast to the other, single comparison validation functions that allow the use of …
1
comment