Skip to content

Commit

Permalink
missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Oct 9, 2020
1 parent 5810f30 commit 7caf085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export(predict_numeric.model_fit)
export(predict_quantile.model_fit)
export(predict_raw)
export(predict_raw.model_fit)
export(prepare_data)
export(rand_forest)
export(repair_call)
export(req_pkgs)
Expand Down
1 change: 1 addition & 0 deletions R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ make_pred_call <- function(x) {
#' @param new_data A data frame
#' @return A data frame or matrix
#' @keywords internal
#' @export
prepare_data <- function(object, new_data) {
fit_interface <- object$spec$method$fit$interface

Expand Down

0 comments on commit 7caf085

Please sign in to comment.