-
Unquote-splicing as feature of recode in [0.7.0](https://github.com/tidyverse/dplyr/blob/master/NEWS.md#other). It would be helpful for the documentation to include an example of the intended way to u…
-
### Summary
- What does this package do? (explain in 50 words or less):
oec provides an easy way to obtain data from the Observatory of Economic Complexity by accessing its API.
- Paste t…
-
Similar to issue #541, but now on map(); `reprex` below.
```
library(tidyverse)
## try 1: unexpected error
mtcars %>%
group_by(cyl) %>%
nest() -> nest_data
nest_data %>%
mutate(da…
-
This code works in the CRAN version of dplyr, but gives error for the current development version.
``` r
library(dplyr, warn.conflicts = FALSE)
iris %>%
dplyr::select(c(Sepal.Width, Sepal.Leng…
-
Using the `.env` pronoun gives an error, but only when I'm piping in the data. I'm pretty sure this is a bug, but I'm still trying to get a handle on tidyeval and I could easily be wrong.
Thanks, …
-
The following code is taken straight from the documentation for `dplyr::do`:
```
by_cyl
-
lazyeval replaced with rlang/tidyeval. This probably affects more than this function alone and they should all be updated.
It will also need tests writing.
-
``` r
library(dplyr, warn.conflicts = FALSE)
library(tidyr)
# From Jenny Bryan --------------------------------------------------------
input %
gather(key = element, value = score, mark, pr…
-
The `do()` sqlite method for grouped data has two issues:
- `do()` doesn't pass the `chunk_size` to the sql method correctly, since that goes through lazy dots. This is fixed in the tidyeval branch…
-
`aes_string` gives an error when the specified column name contains a space. Here is a simple example with toy data, using ggplot2 2,2.1.900 built 2018-02-02:
```
library(tidyverse)
x=data_frame('F…