From 816e73e88b922ec9942d1e82b3d6729e025618a9 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 15 Jul 2024 13:18:33 -0500 Subject: [PATCH] disable butcher examples re: lobstr error (closes #217) --- R/butcher.R | 3 ++- man/axe_model_stack.Rd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/butcher.R b/R/butcher.R index 5ebd34f4..3939538c 100644 --- a/R/butcher.R +++ b/R/butcher.R @@ -12,7 +12,8 @@ butcher::butcher #' #' @return Axed model_stack object. #' -#' @examplesIf (stacks:::should_run_examples(suggests = c("ranger", "kernlab"))) +#' @examplesIf FALSE +# (stacks:::should_run_examples(suggests = c("ranger", "kernlab"))) #' #' # build a regression model stack #' st <- diff --git a/man/axe_model_stack.Rd b/man/axe_model_stack.Rd index aad872e0..049500df 100644 --- a/man/axe_model_stack.Rd +++ b/man/axe_model_stack.Rd @@ -45,7 +45,7 @@ Remove environments. Remove fitted values. } \examples{ -\dontshow{if ((stacks:::should_run_examples(suggests = c("ranger", "kernlab")))) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (FALSE) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # build a regression model stack st <-