Skip to content

Commit 7392159

Browse files
committed
missing reexports
1 parent 0f2a17b commit 7392159

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export(epi_workflow)
149149
export(extract_argument)
150150
export(extract_frosting)
151151
export(extract_layers)
152+
export(extract_quantile_levels)
152153
export(extrapolate_quantiles)
153154
export(filter)
154155
export(fit)
@@ -185,6 +186,7 @@ export(pivot_quantiles_longer)
185186
export(pivot_quantiles_wider)
186187
export(pivot_wider)
187188
export(prep)
189+
export(quantile_pred)
188190
export(quantile_reg)
189191
export(rand_id)
190192
export(remove_epi_recipe)
@@ -269,6 +271,7 @@ importFrom(ggplot2,geom_linerange)
269271
importFrom(ggplot2,geom_point)
270272
importFrom(ggplot2,geom_ribbon)
271273
importFrom(glue,glue)
274+
importFrom(hardhat,extract_quantile_levels)
272275
importFrom(hardhat,extract_recipe)
273276
importFrom(hardhat,quantile_pred)
274277
importFrom(hardhat,refresh_blueprint)

R/reexports.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ tidyr::pivot_wider
6565
#' @importFrom tidyr unnest
6666
#' @export
6767
tidyr::unnest
68+
69+
#' @importFrom hardhat quantile_pred extract_quantile_levels
70+
#' @export
71+
hardhat::quantile_pred
72+
73+
#' @export
74+
hardhat::extract_quantile_levels

man/reexports.Rd

Lines changed: 4 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)