Gregor Thomas
Gregor Thomas
Inspired by [this Stack Overflow question](https://stackoverflow.com/q/71254764/903061), the `wday.numeric` results seem out of sync as `week_start` changes depending on whether or not the `label` argument is TRUE or FALSE. When `label...
I'd like to be able to add an ID column to the output of `map_dfr` that's not defined by the names of the result, but rather is specified in the...
On the `?fill` help page, there is no statement that `fill` knows to respect groups from `dplyr::group_by`. (The last example does demonstrate this.) Same on the `?expand` and `?complete` help...
Most R import/export data tools have the ability to customize the NA strings. It would be neat if `jsonlite` did this too. I'd imagine something like ``` r fromJSON('["a", "b",...
Not sure if this is a dupe of #30, but I'd expect `as_hms` to work without seconds, or at least give an intelligible warning or error. ``` hms::as_hms("08:00") Error in...
I'm on Vlad's Tower, Level 1, and killed a Gray Dragon on an "air" tile while levitating via a ring. I got a message about it's body falling away and...
Hi there. Nice tool - I especially like the clean interface. I ran some simulations based its sample size recommendations, and it seemed like the recommendations were very conservative. I...