Skip to content
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

Deprecate epi_recipe() in favour of recipe() #370

Merged
merged 16 commits into from
Sep 20, 2024
Merged

Conversation

dajmcdon
Copy link
Contributor

Checklist

Please:

  • Make sure this PR is against "dev", not "main".
  • Request a review from one of the current epipredict main reviewers:
    dajmcdon.
  • Make sure to bump the version number in DESCRIPTION and NEWS.md.
    Always increment the patch version number (the third number), unless you are
    making a release PR from dev to main, in which case increment the minor
    version number (the second number).
  • Describe changes made in NEWS.md, making sure breaking changes
    (backwards-incompatible changes to the documented interface) are noted.
    Collect the changes under the next release number (e.g. if you are on
    0.7.2, then write your changes under the 0.8 heading).

Change explanations for reviewer

This is a major (breaking?) change. Do not merge until we are ready for a major version update.

Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch

dajmcdon added 12 commits July 4, 2024 16:03
* missing rlang prefix
* max(NULL, date) produces an integer, tests fail
Merge branch 'dev' into 330-epi_recipe

# Conflicts:
#	R/arx_forecaster.R
#	R/epi_recipe.R
#	tests/testthat/test-epi_recipe.R
Merge branch 'dev' into 330-epi_recipe

# Conflicts:
#	DESCRIPTION
#	NAMESPACE
#	R/autoplot.R
#	R/epi_keys.R
#	R/epi_recipe.R
#	R/layer_add_forecast_date.R
#	R/layer_add_target_date.R
#	R/layer_cdc_flatline_quantiles.R
#	R/layer_threshold_preds.R
#	R/layers.R
#	R/reexports-tidymodels.R
#	R/step_training_window.R
#	man/autoplot-epipred.Rd
#	man/layer_add_forecast_date.Rd
#	man/layer_add_target_date.Rd
#	man/layer_cdc_flatline_quantiles.Rd
#	man/layer_threshold.Rd
#	man/recipe.epi_df.Rd
#	man/reexports.Rd
#	man/step_training_window.Rd
#	man/update.layer.Rd
#	tests/testthat/test-key_colnames.R
#	tests/testthat/test-population_scaling.R
#	vignettes/update.Rmd
@dajmcdon dajmcdon changed the base branch from dev to v0.1.0 September 10, 2024 23:57
@dajmcdon dajmcdon linked an issue Sep 11, 2024 that may be closed by this pull request
@dsweber2 dsweber2 mentioned this pull request Sep 12, 2024
3 tasks
@dajmcdon dajmcdon merged commit 4acbeb0 into v0.1.0 Sep 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move epi_recipe to recipe throughout, deprecate epi_recipe()
1 participant