use_tidy_description()

This commit is contained in:
Hadley Wickham 2020-11-05 14:28:22 -06:00
parent a3e35f85cb
commit 7f9e6cc16c
1 changed files with 31 additions and 24 deletions

View File

@ -1,32 +1,38 @@
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)
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "hadley@rstudio.com"),
person(given = "Garrett",
family = "Grolemund",
role = "aut",
email = "garrett@rstudio.com"))
URL: https://github.com/hadley/r4ds
Depends:
R (>= 3.1.0)
Imports:
bookdown,
condvis,
gapminder,
ggrepel,
hexbin,
htmltools,
htmlwidgets,
jpeg,
knitr,
Lahman,
leaflet,
maps,
microbenchmark,
nycflights13,
png,
pryr,
sessioninfo,
tidyverse,
viridis
bookdown,
condvis,
gapminder,
ggrepel,
hexbin,
htmltools,
htmlwidgets,
jpeg,
knitr,
Lahman,
leaflet,
maps,
microbenchmark,
nycflights13,
png,
pryr,
sessioninfo,
tidyverse,
viridis
Suggests:
bookdown,
bslib,
@ -36,3 +42,4 @@ Suggests:
Remotes:
rstudio/bookdown,
rstudio/bslib
Encoding: UTF-8