Hadley Wickham
Hadley Wickham
Somewhat more minimal reprex: ``` r library(readr) path x y index #> 1 13 23 1 # right read_csv2(path, col_types = list()) #> ℹ Using "','" as decimal and "'.'"...
Yeah, I think that makes sense.
I started exploring this and it's quite fiddly to implement. And I'm not sure it's necessary since you get an actionable pointer when you run the tests, so it's test,...
You could also do `local_reproducible_output(width = Inf)`
Yes, it sets both.
I've been wracking my brains and I can't think of anywhere obvious to document this — but fortunately I think it's a relatively rare combination of line wrapping, varying output...
[I doubt polls will fly on the homepage. RStudio users are 70% windows, 20% mac and 10% linux - I suspect R users in general weight a bit more heavily...
I think my advice would be "don't do that". Is it possible to scope the change to use `warn = 2` more narrowly?
I wonder if we should add a `.frame` argument to `mutate()` so that it was easier to apply these effects locally.
@iangow I was thinking that the new arguments would work like `.by`: ```R mf mutate( cumsum = sum(z, na.rm = TRUE), .by = g, .order = x, .frame = c(-Inf,...