r4ds/DESCRIPTION

49 lines
870 B
Plaintext
Raw Normal View History

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,
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,
viridis
2020-11-06 04:27:49 +08:00
Suggests:
bookdown,
bslib,
downlit,
htmltools,
htmlwidgets,
jpeg,
2020-11-06 04:27:49 +08:00
jsonlite,
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