Move packages to suggests

If only needed to build book
This commit is contained in:
Hadley Wickham 2020-11-05 14:30:23 -06:00
parent 7f9e6cc16c
commit 2d1db88de8
1 changed files with 6 additions and 8 deletions

View File

@ -14,30 +14,28 @@ URL: https://github.com/hadley/r4ds
Depends: Depends:
R (>= 3.1.0) R (>= 3.1.0)
Imports: Imports:
bookdown,
condvis,
gapminder, gapminder,
ggrepel, ggrepel,
hexbin, hexbin,
htmltools,
htmlwidgets,
jpeg,
knitr,
Lahman, Lahman,
leaflet, leaflet,
maps, maps,
microbenchmark, microbenchmark,
nycflights13, nycflights13,
png,
pryr, pryr,
sessioninfo,
tidyverse, tidyverse,
viridis viridis
Suggests: Suggests:
bookdown, bookdown,
bslib, bslib,
downlit, downlit,
htmltools,
htmlwidgets,
jpeg,
jsonlite, jsonlite,
knitr,
png,
sessioninfo,
xml2 xml2
Remotes: Remotes:
rstudio/bookdown, rstudio/bookdown,