Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Suppress warning in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 3, 2014
1 parent ead6137 commit 9bcdf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/cookbook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ cocaine %>% ggvis(~month, fill := "#fff8dc") %>%
```
## Box plots

```{r}
```{r message=FALSE, warning=FALSE}
mtcars %>% ggvis(~factor(cyl), ~mpg) %>% layer_boxplots()
```

Expand Down

0 comments on commit 9bcdf60

Please sign in to comment.