Bill Denney

Results 181 issues of Bill Denney

This is tangentially related to #184 (I'm using a nearly identical example for how I'd like to be able to print). Sometimes, I will know the specific page(s) of interest...

When braces are on a separate line (see the `suppressWarnings()` difference where braces are on the same line vs. different lines at the top), reprex can generate a parse error:...

This is related to #8 and #39 (or more accurately, the underlying ideas within them). With the upstream issue that the whitelist and blacklist are not implemented in tesseract 4...

I think that the name should be ggbeeswarm instead of vipor

Groups of rows in data often are nested, and it would be helpful to have row groups support multi-level nesting. As an example from my work, I generate tables to...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium
Type: ★ Enhancement

I often need to perform join operations which confirm that the join is either 1:1 or many:1. I have written functions for this in my personal package, but I think...

This is a function that would consider some values to be missing, but for all non-missing values, it would ensure that they have the same value. I often work with...

I wish that there were a way for the base R function `duplicated()` to return all duplicated values as `TRUE` instead of the ones after the first. Would there be...

Fixes #427 Implements join controlling functions. See the examples in the help file for usage.

Replaces #246 (by switching to the `main` branch) and fixes #245