-
The following objects are being produced incorrectly
- [x] #30
- [x] #31
- [x] #32
This stems from using `wflw[[1]]` in the code and not mapping a function to the list column object.
To fix…
-
It seems that `.data` is deprecated in tidyselect: https://github.com/r-lib/tidyselect/issues/169
How is this related with the `.data` in rlang which I see described in https://rlang.r-lib.org/refe…
-
__Function:__
```r
#' Utility Classification call to `parsnip`
#'
#' @family Utility
#'
#' @author Steven P. Sanderson II, MPH
#'
#' @details Creates a tibble of parsnip classification model s…
-
`tidyeval` is out of scope for this book, but in this chapter you mention `utils.R`, `zzz.R`. I'm following guidance from other devs to add `tidyeval` required anonymous global variables like so in a …
-
This function will generate a `tibble` with simple default regression calls in the form of:
```r
parsnip::linear_reg(mode = "regression", engine = "some_supplied_engine")
```
The result is a t…
-
When a new column is created with name calculated from an existing variable the new column name includes quote characters.
```r
library(dplyr)
foo
-
I am a bit confused with teh following outputs of filter function and {{}} syntax
to reproduce the issue:
```
library(gapminder)
library(tidyverse)
```
1. case 1: this code should not run as…
-
I have code that seems to break with a more recent version of `tidyr`. The issue seems to be related to a list of formulas sent to `expand_grid`. Although I don't fully understand the issue, I was a…
-
Parsing the `x=` and `y=` arguments is messy. This is due to the evolution of the function from pre-rlang/tidyeval to the more friendly tidy evaluation syntax.
I think I'd like to deprecate accepti…
-
@markfairbanks Still fails in such circumstances (seemingly, function calls in functions can not access environment variables, either):
``` r
library(dplyr)
#>
#> Attaching package: 'dplyr'
#>…