Skip to content

Commit f506583

Browse files
authored
Merge pull request #555 from tidymodels/fix-model-object-bullets
Fix bulleted list for `model_spec()`
2 parents d9c5ea3 + 30be143 commit f506583

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

R/model_object_docs.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
#' As discussed below, the arguments in `args` are captured as
1919
#' quosures and are not immediately executed.
2020
#'
21-
#' * `...`: Optional model-function-specific
21+
#' * `...`: Optional model-function-specific
2222
#' parameters. As with `args`, these will be quosures and can be
2323
#' `varying()`.
2424
#'
25-
#' * `mode`: The type of model, such as "regression" or
25+
#' * `mode`: The type of model, such as "regression" or
2626
#' "classification". Other modes will be added once the package
2727
#' adds more functionality.
2828
#'
29-
#' * `method`: This is a slot that is filled in later by the
29+
#' * `method`: This is a slot that is filled in later by the
3030
#' model's constructor function. It generally contains lists of
3131
#' information that are used to create the fit and prediction code
3232
#' as well as required packages and similar data.
3333
#'
34-
#' * `engine`: This character string declares exactly what
34+
#' * `engine`: This character string declares exactly what
3535
#' software will be used. It can be a package name or a technology
3636
#' type.
3737
#'
38-
#' This class and structure is the basis for how \pkg{parsnip}
38+
#' This class and structure is the basis for how \pkg{parsnip}
3939
#' stores model objects prior to seeing the data.
4040
#'
4141
#' @section Argument Details:

man/model_spec.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)