Skip to content

Commit cebc672

Browse files
committed
repo: fix imports and remove unused standalone files
1 parent 37f3ad0 commit cebc672

8 files changed

+7
-1190
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Imports:
3535
ggplot2,
3636
glue,
3737
hardhat (>= 1.3.0),
38+
lifecycle,
3839
magrittr,
3940
recipes (>= 1.0.4),
4041
rlang (>= 1.1.0),

NAMESPACE

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -273,24 +273,12 @@ importFrom(rlang,caller_arg)
273273
importFrom(rlang,caller_env)
274274
importFrom(rlang,enquo)
275275
importFrom(rlang,enquos)
276-
importFrom(rlang,env_get_list)
277276
importFrom(rlang,expr)
278277
importFrom(rlang,global_env)
279278
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)
287279
importFrom(rlang,is_logical)
288-
importFrom(rlang,is_missing)
289280
importFrom(rlang,is_null)
290-
importFrom(rlang,is_string)
291-
importFrom(rlang,is_symbol)
292281
importFrom(rlang,is_true)
293-
importFrom(rlang,is_vector)
294282
importFrom(rlang,set_names)
295283
importFrom(rlang,sym)
296284
importFrom(stats,as.formula)

R/epipredict-package.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## usethis namespace: start
22
#' @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
3+
#' @importFrom checkmate assert_class assert_numeric
4+
#' @importFrom checkmate test_character test_date test_function
5+
#' @importFrom checkmate test_integerish test_logical
6+
#' @importFrom checkmate test_numeric test_scalar
77
#' @importFrom cli cli_abort cli_warn
88
#' @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
109
#' @importFrom dplyr full_join relocate summarise everything
10+
#' @importFrom dplyr summarize filter mutate select left_join rename ungroup
1111
#' @importFrom rlang := !! %||% as_function global_env set_names !!! caller_arg
1212
#' @importFrom rlang is_logical is_true inject enquo enquos expr sym arg_match
1313
#' @importFrom stats poly predict lm residuals quantile

R/import-standalone-lifecycle.R

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

0 commit comments

Comments
 (0)