Include hexbin in DESCRIPTION.
This commit is contained in:
parent
2ee7b9c006
commit
748f28879b
|
@ -13,6 +13,7 @@ Imports:
|
|||
dplyr,
|
||||
DSR,
|
||||
ggplot2,
|
||||
hexbin,
|
||||
htmltools,
|
||||
htmlwidgets,
|
||||
jpeg,
|
||||
|
|
|
@ -6,7 +6,6 @@ output: bookdown::html_chapter
|
|||
|
||||
```{r setup, include=FALSE, message=FALSE}
|
||||
knitr::opts_chunk$set(cache = TRUE)
|
||||
if (!require(hexbin)) install.packages("hexbin")
|
||||
```
|
||||
|
||||
# Visualize Data
|
||||
|
|
Loading…
Reference in New Issue