Skip to content

Commit 93d907f

Browse files
committed
fix pkdown error: @Keywords internal
1 parent 9a7ddd5 commit 93d907f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: modeltime.h2o
22
Title: Modeltime 'H2O' Machine Learning
3-
Version: 0.1.2
3+
Version: 0.1.2.9000
44
Authors@R: c(
55
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
66
person("Business Science", role = "cph"))

R/parsnip-automl.R

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ translate.automl_reg <- function(x, engine = x$engine, ...) {
164164
#' @return
165165
#' A fitted model with class `automl_fit_impl` and `modeltime_bridge`.
166166
#'
167+
#' @keywords internal
168+
#'
167169
#' @export
168170
automl_fit_impl <- function(x, y, ...) {
169171

@@ -319,6 +321,8 @@ predict.automl_fit_impl <- function(object, new_data, ...) {
319321
#' @return
320322
#' A vector of values (predictions) with class `numeric`.
321323
#'
324+
#' @keywords internal
325+
#'
322326
#' @export
323327
automl_predict_impl <- function(object, new_data, ...) {
324328

0 commit comments

Comments
 (0)