Skip to content

Commit

Permalink
Clean up DESCRIPTION formatting. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Feb 9, 2023
1 parent 1c84533 commit 1beaf28
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Package: bookclub-{{{book_abbr}}}
Title: {{{book_name}}} Book Club
Version: 0.0.1
Authors@R: c(
person(
"R4DS Online Learning Community",
email = "[email protected]",
role = c("aut", "cre", "cph")
)
)
URL: https://r4ds.github.io/bookclub-{{{book_abbr}}}, https://github.com/r4ds/bookclub-{{{book_abbr}}}
Authors@R:
person("R4DS Online Learning Community", , , "[email protected]", role = c("aut", "cre", "cph"))
URL: https://r4ds.github.io/bookclub-{{{book_abbr}}},
https://github.com/r4ds/bookclub-{{{book_abbr}}}
Depends:
R (>= 3.1.0)
Imports:
bookdown,
rmarkdown
Encoding: UTF-8

0 comments on commit 1beaf28

Please sign in to comment.