Hadley Wickham
Hadley Wickham
FYI I'm scheduling the testthat release for Nov 10.
We set these environment variables in an attempt to ensure that you get consistent error message if there are translations present. It looks like we should be able to simplify...
Might be fixed by #1879
Somewhat more minimal reprex: ``` r library(tidyverse) library(tidyr) library(reprex) df [1] "x_1" "x_2" "x_3" "x_x" ``` Created on 2023-11-01 with [reprex v2.0.2](https://reprex.tidyverse.org)
Need this in evaluate first: https://github.com/r-lib/evaluate/issues/121
I'm now less convinced that this is important since it's nice to reserve `stderr()` as NEVER CAPTURE, ensuring that it always ends up in the logs.
This is fixed in the dev version of waldo (which I plan to release to CRAN soon). Now you'll see: ``` `actual`: 8.5 9.5 `expected`: 1.5 2.5 ``` I'll leave...
That version of evaluate hasn't been released yet, so I'm surprised it's causing problems.
Oh it is in the released version; ooops.
Having read through that support log, I'm pretty confident the right fix is to ensuring we're requiring 4.0.0 for testthat, which I believe will happen naturally as part of our...