Skip to content

Commit

Permalink
dontrun -> donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 18, 2023
1 parent f15fe84 commit e1b0644
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/estimate_contrasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#' data <- mtcars
#' data$cyl <- as.factor(data$cyl)
#' data$am <- as.factor(data$am)
#' \dontrun{
#' \donttest{
#' model <- stan_glm(mpg ~ cyl * am, data = data, refresh = 0)
#' estimate_contrasts(model)
#' estimate_contrasts(model, fixed = "am")
Expand Down
2 changes: 1 addition & 1 deletion R/visualisation_recipe.estimate_slopes.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' x <- estimate_slopes(model, at = c("Sepal.Width", "Species"))
#' plot(visualisation_recipe(x))
#' }
#' \dontrun{
#' \donttest{
#' # TODO: fails with latest emmeans (1.8.0)
#' if (require("mgcv")) {
#' data <- iris
Expand Down
2 changes: 1 addition & 1 deletion man/estimate_contrasts.Rd

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

2 changes: 1 addition & 1 deletion 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 e1b0644

Please sign in to comment.