r4ds/DESCRIPTION

43 lines
676 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,
DSR,
ggplot2,
2015-12-08 05:37:56 +08:00
hexbin,
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,
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:
2015-11-10 21:52:44 +08:00
gaborcsardi/rcorpora,
2015-11-10 21:50:20 +08:00
garrettgman/DSR,
2015-11-10 21:52:44 +08:00
hadley/purrr,
2015-12-08 05:59:44 +08:00
hadley/stringr,
2015-12-12 03:28:10 +08:00
hadley/ggplot2,
2016-01-14 23:12:32 +08:00
hadley/nycflights13,
rstudio/bookdown