Skip to content

Commit

Permalink
add deprecation details to epidist_db
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Oct 21, 2024
1 parent 91c2950 commit cdcd646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/epiparameter_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,10 @@ epidist_db <- function(disease = "all",
subset = NULL,
single_epiparameter = FALSE) {
lifecycle::deprecate_warn(
when = "0.3.0",
when = "v0.3.0",
what = "epidist_db()",
with = "epiparameter_db()"
with = "epiparameter_db()",
details = "Function will be removed in v0.5.0."
)

# DUE TO NON-STANDARD EVALUATION epidist_db() CANNOT CALL epiparameter_db()
Expand Down

0 comments on commit cdcd646

Please sign in to comment.