Skip to content

Commit 8c2a8a2

Browse files
committed
Revert "slim down Imports"
This reverts commit 7988779.
1 parent 1eec2d1 commit 8c2a8a2

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ Imports:
3131
cli,
3232
distributional,
3333
dplyr,
34+
fs,
3435
generics,
3536
glue,
3637
hardhat (>= 1.3.0),
3738
lifecycle,
3839
magrittr,
40+
methods,
3941
quantreg,
4042
recipes (>= 1.0.4),
4143
rlang,
@@ -45,13 +47,13 @@ Imports:
4547
tidyr,
4648
tidyselect,
4749
tsibble,
50+
usethis,
4851
vctrs,
4952
workflows (>= 1.0.0)
5053
Suggests:
5154
covidcast,
5255
data.table,
5356
epidatr (>= 1.0.0),
54-
fs,
5557
ggplot2,
5658
knitr,
5759
lubridate,
@@ -60,7 +62,6 @@ Suggests:
6062
RcppRoll,
6163
rmarkdown,
6264
testthat (>= 3.0.0),
63-
usethis,
6465
xgboost
6566
VignetteBuilder:
6667
knitr

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export(bake)
132132
export(cdc_baseline_args_list)
133133
export(cdc_baseline_forecaster)
134134
export(check_enough_train_data)
135+
export(create_layer)
135136
export(default_epi_recipe_blueprint)
136137
export(detect_layer)
137138
export(dist_quantiles)
@@ -219,6 +220,7 @@ importFrom(hardhat,refresh_blueprint)
219220
importFrom(hardhat,run_mold)
220221
importFrom(lifecycle,deprecated)
221222
importFrom(magrittr,"%>%")
223+
importFrom(methods,is)
222224
importFrom(quantreg,rq)
223225
importFrom(recipes,bake)
224226
importFrom(recipes,prep)

R/bake.epi_recipe.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' original columns in `new_data`.
1414
#' @importFrom rlang is_empty quos
1515
#' @importFrom tibble is_tibble as_tibble
16+
#' @importFrom methods is
1617
#' @rdname bake
1718
#' @export
1819
bake.epi_recipe <- function(object, new_data, ...) {

R/create-layer.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#' @inheritParams usethis::use_test
88
#'
99
#' @importFrom rlang %||%
10-
#' @noRd
11-
#' @keywords internal
10+
#' @export
11+
#'
1212
#' @examples
1313
#' \dontrun{
1414
#'

man/create_layer.Rd

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)