2015-11-10 21:50:20 +08:00
|
|
|
Package: r4ds
|
|
|
|
Title: R for data science.
|
|
|
|
Version: 0.1
|
2020-11-06 04:28:22 +08:00
|
|
|
Authors@R:
|
|
|
|
c(person(given = "Hadley",
|
|
|
|
family = "Wickham",
|
|
|
|
role = c("aut", "cre"),
|
|
|
|
email = "hadley@rstudio.com"),
|
|
|
|
person(given = "Garrett",
|
|
|
|
family = "Grolemund",
|
|
|
|
role = "aut",
|
|
|
|
email = "garrett@rstudio.com"))
|
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,
|
|
|
|
Lahman,
|
|
|
|
leaflet,
|
|
|
|
maps,
|
|
|
|
microbenchmark,
|
|
|
|
nycflights13,
|
|
|
|
pryr,
|
2021-04-25 20:19:02 +08:00
|
|
|
stringr,
|
2020-11-06 04:28:22 +08:00
|
|
|
tidyverse,
|
2021-10-27 03:00:33 +08:00
|
|
|
viridis,
|
|
|
|
readxl,
|
|
|
|
writexl,
|
|
|
|
openxlsx,
|
|
|
|
palmerpenguins,
|
|
|
|
janitor
|
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,
|
2020-11-06 04:27:49 +08:00
|
|
|
xml2
|
|
|
|
Remotes:
|
|
|
|
rstudio/bookdown,
|
2021-04-20 21:32:39 +08:00
|
|
|
rstudio/bslib,
|
2021-04-28 05:12:54 +08:00
|
|
|
tidyverse/stringr,
|
|
|
|
r-lib/downlit
|
2020-11-06 04:28:22 +08:00
|
|
|
Encoding: UTF-8
|