Skip to content

Commit

Permalink
add back to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 30, 2024
1 parent d25e4c1 commit dfe08aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/check_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,14 @@ pp_check.glmmTMB <-

# aliases --------------------------

#' @rdname check_predictions
#' @export
posterior_predictive_check <- function(object, ...) {
.Deprecated("check_predictions()")
check_predictions(object, ...)

Check warning on line 424 in R/check_predictions.R

View check run for this annotation

Codecov / codecov/patch

R/check_predictions.R#L423-L424

Added lines #L423 - L424 were not covered by tests
}

#' @rdname check_predictions
#' @export
check_posterior_predictions <- function(object, ...) {
.Deprecated("check_predictions()")
Expand Down
6 changes: 6 additions & 0 deletions man/check_predictions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfe08aa

Please sign in to comment.