Remove bookdown from package list

This commit is contained in:
hadley 2016-03-02 17:42:51 -06:00
parent ec308d1a5e
commit 200a630d0b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ You'll also need to install some R packages. An R _package_ is a collection of f
```{r}
pkgs <- c(
"bookdown", "broom", "dplyr", "ggplot2", "jpeg", "jsonlite",
"broom", "dplyr", "ggplot2", "jpeg", "jsonlite",
"knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr",
"tidyr"
)