r4ds/DESCRIPTION

42 lines
632 B
Plaintext
Raw Normal View History

2015-11-10 21:50:20 +08:00
Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Garrett", "Grolemund", , "garrett@rstudio.com", "aut")
)
Depends: R (>= 3.1.0)
URL: https://github.com/hadley/r4ds
Imports:
bookdown,
broom,
dplyr,
2016-06-14 22:02:08 +08:00
gapminder,
2015-11-10 21:50:20 +08:00
ggplot2,
2015-12-08 05:37:56 +08:00
hexbin,
2016-07-09 06:14:33 +08:00
hms,
2015-11-10 21:50:20 +08:00
htmltools,
htmlwidgets,
2015-11-21 05:38:02 +08:00
jpeg,
2015-11-10 21:50:20 +08:00
jsonlite,
2015-12-16 23:58:52 +08:00
Lahman,
2016-02-11 22:20:13 +08:00
lubridate,
2015-11-10 21:50:20 +08:00
knitr,
2016-01-04 22:53:17 +08:00
maps,
2015-11-10 21:50:20 +08:00
microbenchmark,
2016-07-07 01:49:30 +08:00
modelr,
2015-12-09 00:28:54 +08:00
nycflights13,
2015-11-10 21:50:20 +08:00
png,
pryr,
purrr,
2015-11-24 07:47:09 +08:00
readr,
2015-11-10 21:50:20 +08:00
rcorpora,
stringr,
2016-03-25 21:03:14 +08:00
tibble,
2015-11-10 21:50:20 +08:00
tidyr
Remotes:
2016-05-26 22:52:02 +08:00
hadley/modelr,
2016-07-09 22:29:08 +08:00
hadley/readr,
2015-12-08 05:59:44 +08:00
hadley/stringr,
rstudio/bookdown