Updates for CRAN releases (#1238)

And generally reduce deps
This commit is contained in:
Hadley Wickham 2023-01-23 08:11:12 -06:00 committed by GitHub
parent 4dc12b2c84
commit 3ddf2d0f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -12,44 +12,34 @@ Depends:
Imports: Imports:
arrow, arrow,
babynames, babynames,
dbplyr,
dplyr, dplyr,
duckdb, duckdb,
gapminder, gapminder,
ggplot2,
ggrepel, ggrepel,
ggridges, ggridges,
hexbin, hexbin,
janitor, janitor,
jsonlite,
Lahman, Lahman,
leaflet, leaflet,
maps, maps,
nycflights13, nycflights13,
openxlsx, openxlsx,
palmerpenguins, palmerpenguins,
purrr,
readxl,
repurrrsive (>= 1.1.0), repurrrsive (>= 1.1.0),
slider, slider,
stringr (>= 1.5.0),
tidymodels, tidymodels,
tidyverse, tidyverse,
tidyr, tidyr,
viridis,
wakefield, wakefield,
writexl writexl
Suggests: Suggests:
downlit, downlit,
htmltools,
jpeg, jpeg,
knitr, knitr,
sessioninfo sessioninfo
Remotes: Remotes:
tidyverse/dplyr, tidyverse/dplyr,
tidyverse/dbplyr,
tidyverse/tidyr, tidyverse/tidyr,
tidyverse/purrr,
tidyverse/tidyverse tidyverse/tidyverse
Encoding: UTF-8 Encoding: UTF-8
License: CC NC ND 3.0 License: CC NC ND 3.0

View File

@ -48,7 +48,7 @@ library(tidyverse)
This is a Quarto file -- a plain text file that has the extension `.qmd`: This is a Quarto file -- a plain text file that has the extension `.qmd`:
```{r echo = FALSE, comment = ""} ```{r echo = FALSE, comment = ""}
cat(htmltools::includeText("quarto/diamond-sizes.qmd")) cat(readr::read_file("quarto/diamond-sizes.qmd"))
``` ```
It contains three important types of content: It contains three important types of content: