Skip to content

doc update with new roxygen2 version #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Imports:
globals,
vctrs (>= 0.2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
RoxygenNote: 6.1.99.9001
Suggests:
testthat,
knitr,
Expand Down
1 change: 0 additions & 1 deletion R/aaa_multi_predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ has_multi_predict.workflow <- function(object, ...) {
}


#' @rdname has_multi_predict
#' @export
#' @rdname has_multi_predict
multi_predict_args <- function(object, ...) {
Expand Down
1 change: 0 additions & 1 deletion R/boost_tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ print.boost_tree <- function(x, ...) {
# ------------------------------------------------------------------------------

#' @export
#' @inheritParams boost_tree
#' @param object A boosted tree model specification.
#' @param ... Not used for `update()`.
#' @param fresh A logical for whether the arguments should be
Expand Down
1 change: 0 additions & 1 deletion R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ fit.model_spec <-
#' @rdname fit
#' @export
#' @export fit_xy.model_spec
#' @inheritParams fit.model_spec
fit_xy.model_spec <-
function(object,
x = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/nearest_neighbor.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#' here (`NULL`), the values are taken from the underlying model
#' functions. If parameters need to be modified, `update()` can be used
#' in lieu of recreating the object from scratch.
#' @inheritParams boost_tree
#' @param mode A single character string for the type of model.
#' Possible values for this model are `"unknown"`, `"regression"`, or
#' `"classification"`.
Expand Down
3 changes: 2 additions & 1 deletion docs/dev/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 31 additions & 27 deletions docs/dev/articles/articles/Classification.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/dev/articles/articles/Models.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading