2 parents 37f3ad0 + cebc672 commit 0bb8a35Copy full SHA for 0bb8a35
8 files changed
DESCRIPTION
@@ -35,6 +35,7 @@ Imports:
35
ggplot2,
36
glue,
37
hardhat (>= 1.3.0),
38
+ lifecycle,
39
magrittr,
40
recipes (>= 1.0.4),
41
rlang (>= 1.1.0),
NAMESPACE
@@ -273,24 +273,12 @@ importFrom(rlang,caller_arg)
273
importFrom(rlang,caller_env)
274
importFrom(rlang,enquo)
275
importFrom(rlang,enquos)
276
-importFrom(rlang,env_get_list)
277
importFrom(rlang,expr)
278
importFrom(rlang,global_env)
279
importFrom(rlang,inject)
280
-importFrom(rlang,is_call)
281
-importFrom(rlang,is_character)
282
-importFrom(rlang,is_closure)
283
-importFrom(rlang,is_environment)
284
-importFrom(rlang,is_formula)
285
-importFrom(rlang,is_function)
286
-importFrom(rlang,is_list)
287
importFrom(rlang,is_logical)
288
-importFrom(rlang,is_missing)
289
importFrom(rlang,is_null)
290
-importFrom(rlang,is_string)
291
-importFrom(rlang,is_symbol)
292
importFrom(rlang,is_true)
293
-importFrom(rlang,is_vector)
294
importFrom(rlang,set_names)
295
importFrom(rlang,sym)
296
importFrom(stats,as.formula)
R/epipredict-package.R
@@ -1,13 +1,13 @@
1
## usethis namespace: start
2
#' @import epiprocess parsnip
3
-#' @importFrom checkmate assert assert_character assert_int assert_scalar
4
-#' @importFrom checkmate assert_logical assert_numeric assert_number
5
-#' @importFrom checkmate assert_integer assert_integerish
6
-#' @importFrom checkmate assert_date assert_function assert_class
+#' @importFrom checkmate assert_class assert_numeric
+#' @importFrom checkmate test_character test_date test_function
+#' @importFrom checkmate test_integerish test_logical
+#' @importFrom checkmate test_numeric test_scalar
7
#' @importFrom cli cli_abort cli_warn
8
#' @importFrom dplyr arrange across all_of any_of bind_cols bind_rows group_by
9
-#' @importFrom dplyr summarize filter mutate select left_join rename ungroup
10
#' @importFrom dplyr full_join relocate summarise everything
+#' @importFrom dplyr summarize filter mutate select left_join rename ungroup
11
#' @importFrom rlang := !! %||% as_function global_env set_names !!! caller_arg
12
#' @importFrom rlang is_logical is_true inject enquo enquos expr sym arg_match
13
#' @importFrom stats poly predict lm residuals quantile
R/import-standalone-lifecycle.R
0 commit comments