File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Imports:
28
28
hardhat (>= 1.1.0),
29
29
lifecycle,
30
30
magrittr,
31
+ pillar,
31
32
prettyunits,
32
33
purrr,
33
34
rlang (>= 0.3.1),
Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ importFrom(hardhat,frequency_weights)
313
313
importFrom(hardhat,importance_weights)
314
314
importFrom(hardhat,tune)
315
315
importFrom(magrittr,"%>%")
316
+ importFrom(pillar,type_sum)
316
317
importFrom(purrr,"%||%")
317
318
importFrom(purrr,as_vector)
318
319
importFrom(purrr,imap)
@@ -366,7 +367,6 @@ importFrom(stats,update)
366
367
importFrom(tibble,as_tibble)
367
368
importFrom(tibble,is_tibble)
368
369
importFrom(tibble,tibble)
369
- importFrom(tibble,type_sum)
370
370
importFrom(tidyr,gather)
371
371
importFrom(utils,capture.output)
372
372
importFrom(utils,getFromNamespace)
Original file line number Diff line number Diff line change 12
12
# ' @importFrom dplyr mutate pull rename select starts_with summarise tally
13
13
# ' @importFrom generics varying_args
14
14
# ' @importFrom glue glue_collapse
15
+ # ' @importFrom pillar type_sum
15
16
# ' @importFrom purrr as_vector imap imap_lgl map map_chr map_dbl map_df map_dfr
16
17
# ' @importFrom purrr map_lgl %||%
17
18
# ' @importFrom rlang abort call2 caller_env current_env enquo enquos eval_tidy
21
22
# ' @importFrom stats delete.response model.frame model.matrix model.offset
22
23
# ' @importFrom stats model.response model.weights na.omit na.pass predict qnorm
23
24
# ' @importFrom stats qt quantile setNames terms update
24
- # ' @importFrom tibble as_tibble is_tibble tibble type_sum
25
+ # ' @importFrom tibble as_tibble is_tibble tibble
25
26
# ' @importFrom tidyr gather
26
27
# ' @importFrom utils capture.output getFromNamespace globalVariables head
27
28
# ' @importFrom utils methods stack
You can’t perform that action at this time.
0 commit comments