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:
|
2021-04-23 21:07:16 +08:00
|
|
|
babynames,
|
2021-02-22 21:41:06 +08:00
|
|
|
feather,
|
2020-11-06 04:28:22 +08:00
|
|
|
gapminder,
|
|
|
|
ggrepel,
|
|
|
|
hexbin,
|
2022-01-04 05:57:59 +08:00
|
|
|
janitor,
|
2020-11-06 04:28:22 +08:00
|
|
|
Lahman,
|
|
|
|
leaflet,
|
2022-03-18 04:11:47 +08:00
|
|
|
lobstr,
|
2020-11-06 04:28:22 +08:00
|
|
|
maps,
|
|
|
|
microbenchmark,
|
|
|
|
nycflights13,
|
2022-01-04 05:57:59 +08:00
|
|
|
openxlsx,
|
|
|
|
palmerpenguins,
|
|
|
|
readxl,
|
2022-03-24 21:53:11 +08:00
|
|
|
slider,
|
2021-04-25 20:19:02 +08:00
|
|
|
stringr,
|
2020-11-06 04:28:22 +08:00
|
|
|
tidyverse,
|
2022-03-18 04:10:08 +08:00
|
|
|
tidyr,
|
2021-10-27 03:00:33 +08:00
|
|
|
viridis,
|
2022-01-04 05:57:59 +08:00
|
|
|
writexl
|
2020-11-06 04:27:49 +08:00
|
|
|
Suggests:
|
|
|
|
bookdown,
|
|
|
|
bslib,
|
|
|
|
downlit,
|
2020-11-06 04:30:23 +08:00
|
|
|
htmltools,
|
|
|
|
htmlwidgets,
|
|
|
|
jpeg,
|
2020-11-06 04:27:49 +08:00
|
|
|
jsonlite,
|
2020-11-06 04:30:23 +08:00
|
|
|
knitr,
|
|
|
|
png,
|
|
|
|
sessioninfo,
|
2022-05-09 03:23:00 +08:00
|
|
|
tidymodels,
|
2020-11-06 04:27:49 +08:00
|
|
|
xml2
|
|
|
|
Remotes:
|
2022-01-04 05:57:59 +08:00
|
|
|
r-lib/downlit,
|
2020-11-06 04:27:49 +08:00
|
|
|
rstudio/bookdown,
|
2021-04-20 21:32:39 +08:00
|
|
|
rstudio/bslib,
|
2022-03-17 22:46:11 +08:00
|
|
|
tidyverse/stringr,
|
|
|
|
tidyverse/tidyr
|
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
|