Skip to content

Commit

Permalink
skip snaps, call data for cars
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Nov 17, 2023
1 parent c92a564 commit 0ee97c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-verbosity.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions vignettes/aorsf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0ee97c4

Please sign in to comment.