Match packages to what we're installing on travis
This commit is contained in:
		@@ -133,9 +133,9 @@ You'll also need to install some R packages. An R _package_ is a collection of f
 | 
			
		||||
 | 
			
		||||
```{r}
 | 
			
		||||
pkgs <- c(
 | 
			
		||||
  "DBI", "devtools", "dplyr", "ggplot2", "haven", "knitr", "lubridate", 
 | 
			
		||||
  "packrat", "readr", "rmarkdown", "RSQLite", "rvest", "scales", "shiny", 
 | 
			
		||||
  "stringr", "tidyr"
 | 
			
		||||
  "bookdown", "broom", "dplyr", "ggplot2", "jpeg", "jsonlite", 
 | 
			
		||||
  "knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr", 
 | 
			
		||||
  "tidyr"
 | 
			
		||||
)
 | 
			
		||||
install.packages(pkgs)
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user