Tim Tiefenbach
Tim Tiefenbach
Here is a more realistic example of lazy evaluation in a `ggplot` `for` loop. ```r library(ggplot2) out
Thanks for opening this issue. When I started working on {dplyover} I built `over` upon an older version of `dplyr::across` which still used `{col}` in the the `.names` argument. This...
I understand both arguments. At the moment I would leave all helpers functions as part of the package. Prominent (non-tidyverse) packages such as `data.table` have helper functions like `rleid` which...
Thanks for spotting this. I was able to track down the issue to [this line](https://github.com/TimTeaFan/dplyover/blob/f0cd984586bafdc0dc78fc4ead2d76ba50d9370e/R/across2.R#L443): ` data
Successfully implemented in the dev branch with [this PR](https://github.com/TimTeaFan/dplyover/pull/13).
@llrs As I mentioned in my [SO post](https://stackoverflow.com/questions/72652028/twitter-api-v1-1-update-profile-banner-from-within-r), setting the HTTP version to 1.1 doesn’t resolve this error, at least not for uploading the profile banner. However, we then receive...