Start updating travis build script
This commit is contained in:
32
DESCRIPTION
Normal file
32
DESCRIPTION
Normal file
@@ -0,0 +1,32 @@
|
||||
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,
|
||||
htmltools,
|
||||
htmlwidgets,
|
||||
jsonlite,
|
||||
knitr,
|
||||
microbenchmark,
|
||||
png,
|
||||
pryr,
|
||||
purrr,
|
||||
rcorpora,
|
||||
stringr,
|
||||
tidyr
|
||||
Remotes:
|
||||
hadley/bookdown,
|
||||
garrettgman/DSR,
|
||||
hadley/readr,
|
||||
gaborcsardi/rcorpora,
|
||||
hadley/stringr
|
||||
Reference in New Issue
Block a user