Remove bookdown from package list
This commit is contained in:
parent
ec308d1a5e
commit
200a630d0b
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue