Include hexbin in DESCRIPTION.

This commit is contained in:
hadley 2015-12-07 15:37:56 -06:00
parent 2ee7b9c006
commit 748f28879b
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Imports:
dplyr, dplyr,
DSR, DSR,
ggplot2, ggplot2,
hexbin,
htmltools, htmltools,
htmlwidgets, htmlwidgets,
jpeg, jpeg,

View File

@ -6,7 +6,6 @@ output: bookdown::html_chapter
```{r setup, include=FALSE, message=FALSE} ```{r setup, include=FALSE, message=FALSE}
knitr::opts_chunk$set(cache = TRUE) knitr::opts_chunk$set(cache = TRUE)
if (!require(hexbin)) install.packages("hexbin")
``` ```
# Visualize Data # Visualize Data