* Move workflow section into Quarto chapter * Delete removed chapter * - Hide figures in exercises - Change eval: false to fig-show: hide * Remove * Fix color scale, closes #1243 * Fix plot size * Reduce image size + formatted excel discussion * Shorten URLs where possible * Fix text running off the page on PDF * Address figure sizing issue * Re-org removes the need for this reference * Remove one plot to reduce redundancy * Read thru * Minor edits * Add ggthemes
43 lines
820 B
Plaintext
43 lines
820 B
Plaintext
Package: r4ds
|
|
Title: R for data science.
|
|
Version: 0.1
|
|
Authors@R: c(
|
|
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
|
|
person("Garrett", "Grolemund", , "garrett@rstudio.com", role = "aut"),
|
|
person("Mine", "\u00C7etinkaya-Rundel", , "mine@rstudio.com", role = "aut")
|
|
)
|
|
URL: https://github.com/hadley/r4ds
|
|
Depends:
|
|
R (>= 3.1.0)
|
|
Imports:
|
|
arrow,
|
|
babynames,
|
|
curl (>= 5.0.0),
|
|
dplyr,
|
|
duckdb,
|
|
gapminder,
|
|
ggrepel,
|
|
ggridges,
|
|
ggthemes,
|
|
hexbin,
|
|
janitor,
|
|
Lahman,
|
|
leaflet,
|
|
maps,
|
|
nycflights13,
|
|
openxlsx,
|
|
palmerpenguins,
|
|
repurrrsive (>= 1.1.0),
|
|
tidymodels,
|
|
tidyverse,
|
|
writexl
|
|
Suggests:
|
|
downlit,
|
|
jpeg,
|
|
knitr,
|
|
sessioninfo
|
|
Remotes:
|
|
tidyverse/tidyverse
|
|
Encoding: UTF-8
|
|
License: CC NC ND 3.0
|