Skip to content

Commit

Permalink
\dontrun the whole example
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Aug 16, 2023
1 parent 3369a7c commit 50194fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dummy_hash.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
#' @family Steps for Numeric Variables From Characters
#'
#' @examplesIf rlang::is_installed("text2vec")
#' \dontrun{
#' library(recipes)
#' library(modeldata)
#' data(grants)
#'
#' grants_rec <- recipe(~sponsor_code, data = grants_other) %>%
#' step_dummy_hash(sponsor_code)
#'
#' \dontrun{
#' grants_obj <- grants_rec %>%
#' prep()
#'
Expand Down
2 changes: 1 addition & 1 deletion man/step_dummy_hash.Rd

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

0 comments on commit 50194fb

Please sign in to comment.