Skip to content

Commit 7988779

Browse files
committed
slim down Imports
1 parent b801d92 commit 7988779

File tree

5 files changed

+4
-36
lines changed

5 files changed

+4
-36
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ Imports:
3131
cli,
3232
distributional,
3333
dplyr,
34-
fs,
3534
generics,
3635
glue,
3736
hardhat (>= 1.3.0),
3837
lifecycle,
3938
magrittr,
40-
methods,
4139
quantreg,
4240
recipes (>= 1.0.4),
4341
rlang,
@@ -47,13 +45,13 @@ Imports:
4745
tidyr,
4846
tidyselect,
4947
tsibble,
50-
usethis,
5148
vctrs,
5249
workflows (>= 1.0.0)
5350
Suggests:
5451
covidcast,
5552
data.table,
5653
epidatr (>= 1.0.0),
54+
fs,
5755
ggplot2,
5856
knitr,
5957
lubridate,
@@ -62,6 +60,7 @@ Suggests:
6260
RcppRoll,
6361
rmarkdown,
6462
testthat (>= 3.0.0),
63+
usethis,
6564
xgboost
6665
VignetteBuilder:
6766
knitr

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export(bake)
132132
export(cdc_baseline_args_list)
133133
export(cdc_baseline_forecaster)
134134
export(check_enough_train_data)
135-
export(create_layer)
136135
export(default_epi_recipe_blueprint)
137136
export(detect_layer)
138137
export(dist_quantiles)
@@ -220,7 +219,6 @@ importFrom(hardhat,refresh_blueprint)
220219
importFrom(hardhat,run_mold)
221220
importFrom(lifecycle,deprecated)
222221
importFrom(magrittr,"%>%")
223-
importFrom(methods,is)
224222
importFrom(quantreg,rq)
225223
importFrom(recipes,bake)
226224
importFrom(recipes,prep)

R/bake.epi_recipe.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#' original columns in `new_data`.
1414
#' @importFrom rlang is_empty quos
1515
#' @importFrom tibble is_tibble as_tibble
16-
#' @importFrom methods is
1716
#' @rdname bake
1817
#' @export
1918
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-
#' @export
11-
#'
10+
#' @noRd
11+
#' @keywords internal
1212
#' @examples
1313
#' \dontrun{
1414
#'

man/create_layer.Rd

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

0 commit comments

Comments
 (0)