Skip to content

Commit 1eec2d1

Browse files
committed
Revert "remove {lifecycle} in favour of rlang shim"
This reverts commit d3fb50e.
1 parent db8147c commit 1eec2d1

File tree

5 files changed

+5
-252
lines changed

5 files changed

+5
-252
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Imports:
3434
generics,
3535
glue,
3636
hardhat (>= 1.3.0),
37+
lifecycle,
3738
magrittr,
3839
quantreg,
3940
recipes (>= 1.0.4),

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ importFrom(generics,augment)
217217
importFrom(generics,fit)
218218
importFrom(hardhat,refresh_blueprint)
219219
importFrom(hardhat,run_mold)
220+
importFrom(lifecycle,deprecated)
220221
importFrom(magrittr,"%>%")
221222
importFrom(quantreg,rq)
222223
importFrom(recipes,bake)

R/epipredict-package.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## usethis namespace: start
22
#' @importFrom tibble tibble
3-
#' @importFrom rlang := !! %||%
3+
#' @importFrom rlang := !!
44
#' @importFrom stats poly predict lm residuals quantile
55
#' @importFrom cli cli_abort
6+
#' @importFrom lifecycle deprecated
67
#' @importFrom checkmate assert assert_character assert_int assert_scalar
78
#' assert_logical assert_numeric assert_number assert_integer
89
#' assert_integerish assert_date assert_function

R/pivot_quantiles.R

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

145145
pivot_quantiles <- function(.data, ...) {
146-
deprecate_stop("0.0.6", "pivot_quantiles()", "pivot_quantiles_wider()")
146+
lifecycle::deprecate_stop("0.0.6", "pivot_quantiles()", "pivot_quantiles_wider()")
147147
}
148148

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

R/standalone-lifecycle.R

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)