Skip to content

Commit

Permalink
chore: Fix vignette building if tibble is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent 809a9d6 commit cf713d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/printing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ vignette: >
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
eval = rlang::is_installed("tibble"),
comment = "#>"
)
Expand Down

0 comments on commit cf713d8

Please sign in to comment.