Skip to content

Commit 18a14b7

Browse files
committed
another example skip
1 parent e84a3f3 commit 18a14b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/translate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ add_methods <- function(x, engine) {
177177
#' @return A tibble with columns `user`, `parsnip`, and `engine`, or a list
178178
#' with named character vectors `user_to_parsnip` and `parsnip_to_engine`.
179179
#' @keywords internal
180-
#' @examplesIf !parsnip:::is_cran_check()
180+
#' @examplesIf !parsnip:::is_cran_check() & rlang::is_installed("dials")
181181
#' mod <-
182182
#' linear_reg(penalty = tune("regularization"), mixture = tune()) |>
183183
#' set_engine("glmnet")

0 commit comments

Comments
 (0)