Remove bookdown from package list
This commit is contained in:
		@@ -128,7 +128,7 @@ You'll also need to install some R packages. An R _package_ is a collection of f
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```{r}
 | 
					```{r}
 | 
				
			||||||
pkgs <- c(
 | 
					pkgs <- c(
 | 
				
			||||||
  "bookdown", "broom", "dplyr", "ggplot2", "jpeg", "jsonlite", 
 | 
					  "broom", "dplyr", "ggplot2", "jpeg", "jsonlite", 
 | 
				
			||||||
  "knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr", 
 | 
					  "knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr", 
 | 
				
			||||||
  "tidyr"
 | 
					  "tidyr"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user