2015-11-10 21:50:20 +08:00
|
|
|
Package: r4ds
|
|
|
|
Title: R for data science.
|
|
|
|
Version: 0.1
|
2022-01-04 05:57:59 +08:00
|
|
|
Authors@R: c(
|
|
|
|
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
|
2022-03-11 18:46:01 +08:00
|
|
|
person("Garrett", "Grolemund", , "garrett@rstudio.com", role = "aut"),
|
2022-02-14 22:34:45 +08:00
|
|
|
person("Mine", "\u00C7etinkaya-Rundel", , "mine@rstudio.com", role = "aut")
|
2022-01-04 05:57:59 +08:00
|
|
|
)
|
2015-11-10 21:50:20 +08:00
|
|
|
URL: https://github.com/hadley/r4ds
|
2020-11-06 04:28:22 +08:00
|
|
|
Depends:
|
|
|
|
R (>= 3.1.0)
|
2015-11-10 21:50:20 +08:00
|
|
|
Imports:
|
2022-12-08 09:43:11 +08:00
|
|
|
arrow,
|
2021-04-23 21:07:16 +08:00
|
|
|
babynames,
|
2022-08-09 21:25:06 +08:00
|
|
|
dplyr,
|
2022-05-11 06:26:04 +08:00
|
|
|
duckdb,
|
2020-11-06 04:28:22 +08:00
|
|
|
gapminder,
|
|
|
|
ggrepel,
|
2022-12-05 02:05:38 +08:00
|
|
|
ggridges,
|
2020-11-06 04:28:22 +08:00
|
|
|
hexbin,
|
2022-01-04 05:57:59 +08:00
|
|
|
janitor,
|
2020-11-06 04:28:22 +08:00
|
|
|
Lahman,
|
|
|
|
leaflet,
|
|
|
|
maps,
|
|
|
|
nycflights13,
|
2022-01-04 05:57:59 +08:00
|
|
|
openxlsx,
|
|
|
|
palmerpenguins,
|
2022-12-19 08:07:53 +08:00
|
|
|
repurrrsive (>= 1.1.0),
|
2022-03-24 21:53:11 +08:00
|
|
|
slider,
|
2022-11-11 23:40:43 +08:00
|
|
|
tidymodels,
|
2020-11-06 04:28:22 +08:00
|
|
|
tidyverse,
|
2022-03-18 04:10:08 +08:00
|
|
|
tidyr,
|
2022-01-04 05:57:59 +08:00
|
|
|
writexl
|
2020-11-06 04:27:49 +08:00
|
|
|
Suggests:
|
|
|
|
downlit,
|
2020-11-06 04:30:23 +08:00
|
|
|
jpeg,
|
|
|
|
knitr,
|
2022-11-11 23:40:43 +08:00
|
|
|
sessioninfo
|
2020-11-06 04:27:49 +08:00
|
|
|
Remotes:
|
2022-08-09 20:49:39 +08:00
|
|
|
tidyverse/dplyr,
|
2022-05-25 23:46:48 +08:00
|
|
|
tidyverse/tidyr,
|
2023-01-23 21:48:36 +08:00
|
|
|
tidyverse/tidyverse
|
2020-11-06 04:28:22 +08:00
|
|
|
Encoding: UTF-8
|
2022-01-04 06:28:33 +08:00
|
|
|
License: CC NC ND 3.0
|