Skip to content

Commit db8147c

Browse files
committed
Revert "fix warning"
This reverts commit 5e55e88.
1 parent 5e55e88 commit db8147c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

R/pivot_quantiles.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,7 @@ pivot_quantiles_wider <- function(.data, ...) {
143143
}
144144

145145
pivot_quantiles <- function(.data, ...) {
146-
msg <- c(
147-
"{.fn pivot_quantiles} was deprecated in {.pkg epipredict} 0.0.6",
148-
i = "Please use {.fn pivot_quantiles_wider} instead."
149-
)
150-
deprecate_stop(msg)
146+
deprecate_stop("0.0.6", "pivot_quantiles()", "pivot_quantiles_wider()")
151147
}
152148

153149
validate_pivot_quantiles <- function(.data, ...) {

0 commit comments

Comments
 (0)