r4ds/DESCRIPTION

37 lines
595 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,
knitr,
microbenchmark,
png,
pryr,
purrr,
2015-11-24 07:47:09 +08:00
readr,
2015-11-10 21:50:20 +08:00
rcorpora,
stringr,
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/bookdown,
hadley/purrr,
2015-12-08 05:59:44 +08:00
hadley/stringr,
hadley/ggplot2