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")),
|
2023-02-14 00:49:46 +08:00
|
|
|
person("Mine", "\u00C7etinkaya-Rundel", , "mine@rstudio.com", role = "aut"),
|
2023-03-26 22:02:55 +08:00
|
|
|
person("Garrett", "Grolemund", , "garrett@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,
|
2023-01-23 22:18:36 +08:00
|
|
|
curl (>= 5.0.0),
|
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,
|
2023-02-13 15:22:17 +08:00
|
|
|
ggthemes,
|
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-11-11 23:40:43 +08:00
|
|
|
tidymodels,
|
2023-02-28 04:07:01 +08:00
|
|
|
tidyverse (>= 2.0.0),
|
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
|
2023-03-02 04:01:24 +08:00
|
|
|
Remotes: tidyverse/dplyr
|
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
|