Davis Vaughan
Davis Vaughan
We do have a `where(is.double)` example near the top of the `?across` examples, but we are missing one with `everything()`. I think we should add an example that uses `everything()`...
It was purposeful to not include this due to `tidyr::nest(.by =)` being a better replacement for this particular function. We still believe that to be true See https://github.com/tidyverse/dplyr/issues/6639
I imagine this is https://github.com/r-lib/vctrs/issues/1370, due to kind of a crappy `as.data.frame.Surv` method that we are probably going to have to manually work around
Just hit this again on CI! ``` ℹ Installing lockfile '.github/pkg.lock' → Will install 7 packages. → Will download 2 CRAN packages (5.59 MB). → Will download 5 packages with...
I think it is undocumented but "technically expected" on our end https://github.com/tidyverse/dplyr/blob/be3e3a05fd0081cb53168d6aedb417d62139b75d/R/across.R#L414-L419 We switched to the dot prefix but kept the non-dot versions in this PR https://github.com/tidyverse/dplyr/pull/5448 It looks like...
I think we should probably throw a better error, but I'm not sure I really like the idea of running code in the Working Tree view. I think you should...
Also I don't see any popups / issues in your actual video, is something missing?
Unfortunately it is taking us longer than expected to get some time for a vctrs release, but this is definitely still something I want to add, as I think a...
@jrosell we've actually got `vec_if_else()` in https://github.com/r-lib/vctrs/pull/2030 as of last week The "atomic" path might be interesting to base R. It is hyperoptimized and absurdly fast and memory efficient compared...
Closed by https://github.com/r-lib/vctrs/pull/2024 and https://github.com/r-lib/vctrs/pull/2027