use_tidy_description()
This commit is contained in:
parent
51a406bafd
commit
393ad9849e
27
DESCRIPTION
27
DESCRIPTION
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue