Updates
diff --git a/.Rproj.user/441ADA46/sources/per/t/2F24B1BB b/.Rproj.user/441ADA46/sources/per/t/2F24B1BB
new file mode 100644
index 0000000..48252de
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/per/t/2F24B1BB
@@ -0,0 +1,22 @@
+{
+ "collab_server" : "",
+ "contents" : "",
+ "created" : 1547919267165.000,
+ "dirty" : false,
+ "encoding" : "UTF-8",
+ "folds" : "",
+ "hash" : "2227939390",
+ "id" : "2F24B1BB",
+ "lastKnownWriteTime" : 1547917934,
+ "last_content_update" : 1547917934,
+ "path" : "~/Documents/GitHub/posterdown/DESCRIPTION",
+ "project_path" : "DESCRIPTION",
+ "properties" : {
+ "cursorPosition" : "19,7",
+ "scrollLine" : "11"
+ },
+ "relative_order" : 2,
+ "source_on_save" : false,
+ "source_window" : "",
+ "type" : "dcf"
+}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/per/t/2F24B1BB-contents b/.Rproj.user/441ADA46/sources/per/t/2F24B1BB-contents
new file mode 100644
index 0000000..5bf0181
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/per/t/2F24B1BB-contents
@@ -0,0 +1,22 @@
+Package: posterdown
+Title: Generates PDF conference posters using R Markdown.
+Version: 0.1.1
+Author: Brent Thorne
+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")
+ )
+Maintainer: Brent Thorne <brent.thorne18@gmail.com>
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+URL: https://github.com/brentthorne/posterdown
+BugReports: https://github.com/brentthorne/posterdown/issues
+Imports: rmarkdown, knitr, yaml, tinytex, ggplot2, rticles, kableExtra, Cairo
+SystemRequirements: GNU make
+RoxygenNote: 6.1.1