49 lines
742 B
Plaintext
49 lines
742 B
Plaintext
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,
|
|
condvis,
|
|
dplyr,
|
|
forcats,
|
|
gapminder,
|
|
ggplot2,
|
|
ggrepel,
|
|
hexbin,
|
|
hms,
|
|
htmltools,
|
|
htmlwidgets,
|
|
jpeg,
|
|
jsonlite,
|
|
Lahman,
|
|
lubridate,
|
|
knitr,
|
|
maps,
|
|
microbenchmark,
|
|
modelr,
|
|
nycflights13,
|
|
png,
|
|
pryr,
|
|
purrr,
|
|
readr,
|
|
stringr,
|
|
tibble,
|
|
tidyr,
|
|
viridis
|
|
Remotes:
|
|
hadley/forcats,
|
|
hadley/lubridate,
|
|
hadley/modelr,
|
|
hadley/stringr,
|
|
hadley/tibble,
|
|
hadley/ggplot2,
|
|
rstudio/bookdown,
|
|
rstudio/rmarkdown
|