Skip to content

Commit

Permalink
Change deprecate setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidk6 committed Dec 27, 2024
1 parent 733e2d9 commit d3ed0c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/posterior_predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ posterior_predict.stanemax <- function(object,
newDataType = "raw",
...) {
if (returnType != "matrix") {
lifecycle::deprecate_warn(
when = "0.1.7",
lifecycle::deprecate_soft(
when = "0.1.8",
what = "posterior_predict(returnType)"
)
}
Expand All @@ -96,8 +96,8 @@ posterior_predict.stanemaxbin <- function(object,
newDataType = "raw",
...) {
if (returnType != "matrix") {
lifecycle::deprecate_warn(
when = "0.1.7",
lifecycle::deprecate_soft(
when = "0.1.8",
what = "posterior_predict(returnType)"
)
}
Expand Down

0 comments on commit d3ed0c9

Please sign in to comment.