Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 23, 2024
1 parent 9233f1b commit 9cfd7b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/visualisation_recipe.estimate_means.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' layers <- visualisation_recipe(x)
#' layers
#' plot(layers)
#' \donttest{
#' \dontrun{
#' # Customize aesthetics
#' layers <- visualisation_recipe(x,
#' jitter = list(width = 0.03, color = "red"),
Expand Down
2 changes: 1 addition & 1 deletion R/visualisation_recipe.estimate_predicted.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' layers
#' plot(layers)
#'
#' \donttest{
#' \dontun{
#' # Customize aesthetics ----------
#'
#' layers <- visualisation_recipe(x,
Expand Down
4 changes: 2 additions & 2 deletions man/visualisation_recipe.estimate_predicted.Rd

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

0 comments on commit 9cfd7b5

Please sign in to comment.