Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 9bcdf60

Browse files
committed
Suppress warning in vignette
1 parent ead6137 commit 9bcdf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/cookbook.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ cocaine %>% ggvis(~month, fill := "#fff8dc") %>%
185185
```
186186
## Box plots
187187

188-
```{r}
188+
```{r message=FALSE, warning=FALSE}
189189
mtcars %>% ggvis(~factor(cyl), ~mpg) %>% layer_boxplots()
190190
```
191191

0 commit comments

Comments
 (0)