tidymodels / hardhat

Construct Modeling Packages
https://hardhat.tidymodels.org
Other
103 stars 17 forks source link

Don't use `get_all_vars()` as it doesn't handle names with spaces #115

Closed DavisVaughan closed 4 years ago

DavisVaughan commented 4 years ago
get_all_vars(y ~ `data sci`)
#> Error in parse(text = paste0("list(", paste(varnames, collapse = ","), : <text>:1:13: unexpected symbol
#> 1: list(y,data sci
#>                 ^
github-actions[bot] commented 3 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.