Skip to content

Commit 039b600

Browse files
committed
add internal keyword to fit_control()
1 parent 1e65697 commit 039b600

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/fit_control.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#' `fit_control()` is deprecated in favor of `control_parsnip()`.
2626
#'
2727
#' @export
28+
#' @keywords internal
2829
fit_control <- function(verbosity = 1L, catch = FALSE) {
2930
lifecycle::deprecate_soft("0.1.8", "fit_control()", "control_parsnip()")
3031
control_parsnip(verbosity = verbosity, catch = catch)

man/fit_control.Rd

Lines changed: 1 addition & 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)