Davis Vaughan
Davis Vaughan
Closes #626 A step towards #564 This PR allows for setting the time zone database directory path at runtime. It does so through a new helper, `set_tz_dir()`, which must be...
Hi Howard, I have a Windows user who is having issues with `set_install()` (full info [here](https://community.rstudio.com/t/cannot-load-clock-on-win11-error-utc-is-not-a-known-time-zone/111477)). The issue is that they unfortunately have an accent mark in their root file...
Pre-requisite for #564 Hi Howard, I am very motivated to add support for using a binary tzdb on Windows. I hope that that is something that you would also be...
First off, great library! Secondly, I'm an R developer attempting to expose some of this library to R users through an R package. In doing so, I generally test a...
I have two questions: - Is a compiled tzdb cross platform? If I compile it on my Mac, can it be used on Windows? I believe the answer is yes....
Follow up to #6297 and #6263 So the general idea is: - In dplyr 1.1.0, the default behavior of both `group_by()` and `arrange()` sort in the C locale - You...
A few of us find this behavior very odd, given how it works with `.env$` and when not injected ```r library(dplyr) xx % mutate(x = !!xx) #> # A tibble:...
When run with `reprex::reprex()`: ``` r library(dplyr) foo ℹ `x = foo()`. #> ℹ foo ``` I think this is related to the changes from https://github.com/tidyverse/dplyr/pull/5686, in particular it is...
## From join updates #5910 - [ ] comperes: Produced warning in test - [ ] dodgr: Produced warnings in test - [ ] exuber: Produced warnings in test -...
This has to do with the number of rows returned by `group_data()`, and therefore by `group_keys()` ``` r library(dplyr) df # … with 2 variables: x , y mutate(gdf, y...