diff --git a/tests/testthat/test-verbosity.R b/tests/testthat/test-verbosity.R index 824d9632..6dfd8db8 100644 --- a/tests/testthat/test-verbosity.R +++ b/tests/testthat/test-verbosity.R @@ -4,6 +4,8 @@ test_that( desc = 'verbosity prints grow, predict, and importance notes', code = { + skip_on_ci() + expect_snapshot( fit_verbose <- orsf(pbc, time + status ~., verbose_progress = TRUE, diff --git a/vignettes/aorsf.Rmd b/vignettes/aorsf.Rmd index 2938fc86..c3eddb50 100644 --- a/vignettes/aorsf.Rmd +++ b/vignettes/aorsf.Rmd @@ -61,6 +61,8 @@ and for regression, we use the `mtcars` data: ```{r} +data("mtcars") + # An oblique regression RF cars_fit <- orsf(data = mtcars, n_tree = 5,