-
This
iris %>% filter(Sepal.Length > 7) %>% filter(Petal.Length < 6)
works fine (gives two rows), but this one:
iris %>% filter(Sepal.Length > 7, Petal.Length < 6)
freezes R...
I…
-
This just in from romain:
This is an automated email to let you know that:
* A new version of dplyr is ready to go to CRAN. dplyr is
currently at version 0.8.0.9014 and will become 0.8.1 upo…
-
Related to #9
Allow the user to extract point estimates and confidence intervals for a particular variable from each universe
-
Are any of the [readings in the new Advanced R book](https://adv-r.hadley.nz/quasiquotation.html) useful for tidy-eval?
-
I'd like to see a function which would turn a ragged array to a sparse one, usually when a "factor" with non-mutually exclusive choices is tentatively recorded using a group of drop-downs.
For exam…
-
Now that the initial release rush is over, I've checked your plotting methods, which have a very ingenious way of retrieving the original data.
However, I feel like this would need a more systemati…
-
instead of bindrcpp.
- [ ] benchmark
- [ ] robustness
- [ ] drop-in replacement?
See RProtoBuf for an example implementation: https://github.com/eddelbuettel/rprotobuf/blob/20cc4ab41b36c9582ad…
-
And should `lst()` take an optional mask as argument? cc @krlmlr
https://community.rstudio.com/t/how-to-make-complete-nesting-work-with-quosures-and-tidyeval/16473/4
-
dplyr 0.7 has hit the streets with big changes to dealing with non-standard evaluation - a new system called tidyeval. See `vignette("programming")`.
This isn't urgent yet, as the underscored versi…
-
Three issues. Maybe the first two were intentional, but it doesn't seem so.
1. The function overwrites the dependency version for rlang to be `>= 0.1.2` which is older than the version I already had …