Skip to content

Commit

Permalink
hotfix: deprecate at correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 19, 2023
1 parent d26ae20 commit 7e62039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ sample_approx_dist <- function(cases = NULL,
#'
tune_inv_gamma <- function(lower = 2, upper = 21) {
lifecycle::deprecate_stop(
"1.4.0", "tune_inv_gamma()",
"1.3.6", "tune_inv_gamma()",
details = paste0(
"As no inverse gamma priors are currently in use and this function has ",
"some stability issues it has been deprecated. Please let the package ",
Expand Down

0 comments on commit 7e62039

Please sign in to comment.