Include hexbin in DESCRIPTION.
This commit is contained in:
parent
2ee7b9c006
commit
748f28879b
|
@ -13,6 +13,7 @@ Imports:
|
||||||
dplyr,
|
dplyr,
|
||||||
DSR,
|
DSR,
|
||||||
ggplot2,
|
ggplot2,
|
||||||
|
hexbin,
|
||||||
htmltools,
|
htmltools,
|
||||||
htmlwidgets,
|
htmlwidgets,
|
||||||
jpeg,
|
jpeg,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue