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