use_tidy_description()

This commit is contained in:
Hadley Wickham 2022-01-03 15:57:59 -06:00
parent 51a406bafd
commit 393ad9849e
1 changed files with 11 additions and 16 deletions

View File

@ -1,15 +1,10 @@
Package: r4ds Package: r4ds
Title: R for data science. Title: R for data science.
Version: 0.1 Version: 0.1
Authors@R: Authors@R: c(
c(person(given = "Hadley", person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
family = "Wickham", person("Garrett", "Grolemund", , "garrett@rstudio.com", role = "aut")
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 URL: https://github.com/hadley/r4ds
Depends: Depends:
R (>= 3.1.0) R (>= 3.1.0)
@ -19,20 +14,20 @@ Imports:
gapminder, gapminder,
ggrepel, ggrepel,
hexbin, hexbin,
janitor,
Lahman, Lahman,
leaflet, leaflet,
maps, maps,
microbenchmark, microbenchmark,
nycflights13, nycflights13,
openxlsx,
palmerpenguins,
pryr, pryr,
readxl,
stringr, stringr,
tidyverse, tidyverse,
viridis, viridis,
readxl, writexl
writexl,
openxlsx,
palmerpenguins,
janitor
Suggests: Suggests:
bookdown, bookdown,
bslib, bslib,
@ -46,8 +41,8 @@ Suggests:
sessioninfo, sessioninfo,
xml2 xml2
Remotes: Remotes:
r-lib/downlit,
rstudio/bookdown, rstudio/bookdown,
rstudio/bslib, rstudio/bslib,
tidyverse/stringr, tidyverse/stringr
r-lib/downlit
Encoding: UTF-8 Encoding: UTF-8