Skip to content

Commit

Permalink
Assign details argument explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Mar 6, 2024
1 parent 550674c commit c25965c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/adjust.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ adjust_infection_to_report <- function(infections, delay_defs,
deprecate_warn(
"1.5.0",
"adjust_infection_to_report()",
"The function will be removed completely in version 2.0.0."
details = "The function will be removed completely in version 2.0.0."
)
# Reset DT Defaults on Exit
set_dt_single_thread()
Expand Down
2 changes: 1 addition & 1 deletion R/dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ sample_approx_dist <- function(cases = NULL,
deprecate_warn(
"1.5.0",
"sample_approx_dist()",
"The function will be removed completely in version 2.0.0."
details = "The function will be removed completely in version 2.0.0."
)
if (type == "sample") {
if (direction == "backwards") {
Expand Down
2 changes: 1 addition & 1 deletion R/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ report_cases <- function(case_estimates,
deprecate_warn(
"1.5.0",
"report_cases()",
"The function will be removed completely in version 2.0.0."
details = "The function will be removed completely in version 2.0.0."
)
samples <- length(unique(case_estimates$sample))

Expand Down

0 comments on commit c25965c

Please sign in to comment.