Skip to content

Commit

Permalink
use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 5, 2020
1 parent a3e35f8 commit 7f9e6cc
Showing 1 changed file with 31 additions and 24 deletions.
55 changes: 31 additions & 24 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("Garrett", "Grolemund", , "[email protected]", "aut")
)
Depends: R (>= 3.1.0)
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Garrett",
family = "Grolemund",
role = "aut",
email = "[email protected]"))
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,
Expand All @@ -36,3 +42,4 @@ Suggests:
Remotes:
rstudio/bookdown,
rstudio/bslib
Encoding: UTF-8

0 comments on commit 7f9e6cc

Please sign in to comment.