-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement update_role_requirements()
#1011
Implement update_role_requirements()
#1011
Conversation
It actually might make more sense for
I think that would be less confusing. It would be clearer that Update: Done in 681b2a3 |
This replaces `check_new_data_columns()` in a more flexible way
Also extracts out `compute_bake_role_requirements()` that computes the logical vector corresponding to roles that are actually used in the recipe
fabd05c
to
681b2a3
Compare
ab68b01
to
681b2a3
Compare
This pull request 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. |
Closes #1009
Joint PR with tidymodels/hardhat#207
This replaces
check_new_data_columns()
as a more flexible way of specifying what is or is not required at bake time. It has smart defaults and backwards compatibility with old recipes built in.After the hardhat updates:
bake_dependent_roles.Rmd
spatialsign.R
example that usesbake_dependent_roles
test_colcheck.R
test that usesbake_dependent_roles
R-CMD-check-dev-recipes.yaml
to install the main branch of recipes