tidy authorship and description
diff --git a/DESCRIPTION b/DESCRIPTION
index 9a8aacd..740667d 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,16 +1,20 @@
Package: posterdown
-Description: Posterdown expands on RMarkdown to generate PDF conference posters
-Authors@R: c(
- person("Brent", "Thorne",
- email = "brent.thorne18@gmail.com",
- role = c("aut", "cre"),
- comment = c(ORCID = "0000-0002-1099-3857")
- ),
- person("Peter", "Higgins", role = "ctb"),
- person("Shea", "Connell", role = "ctb")
- )
Title: Generate PDF Conference Posters Using R Markdown
Version: 0.1.2.9000
+Authors@R:
+ c(person(given = "Brent",
+ family = "Thorne",
+ role = c("aut", "cre"),
+ email = "brent.thorne18@gmail.com",
+ comment = c(ORCID = "0000-0002-1099-3857")),
+ person(given = "Peter",
+ family = "Higgins",
+ role = "ctb"),
+ person(given = "Shea",
+ family = "Connell",
+ role = "ctb"))
+Description: Posterdown expands on RMarkdown to generate
+ PDF and HTML conference posters.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true