re-roxygenize
diff --git a/DESCRIPTION b/DESCRIPTION
index ec84233..4517299 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -13,3 +13,4 @@
     rmarkdown(>= 0.3.3)
 Suggests:
     testthat
+RoxygenNote: 5.0.1
diff --git a/NAMESPACE b/NAMESPACE
index 10d60c6..7ae347d 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,4 +1,4 @@
-# Generated by roxygen2 (4.1.1): do not edit by hand
+# Generated by roxygen2: do not edit by hand
 
 export(revealjs_presentation)
 import(rmarkdown)
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index bd60117..a7ac564 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/revealjs_presentation.R
 \name{revealjs_presentation}
 \alias{revealjs_presentation}
@@ -6,7 +6,7 @@
 \usage{
 revealjs_presentation(incremental = FALSE, center = FALSE, fig_width = 8,
   fig_height = 6, fig_retina = if (!fig_caption) 2, fig_caption = FALSE,
-  smart = TRUE, self_contained = TRUE, theme = "default",
+  smart = TRUE, self_contained = TRUE, theme = "simple",
   transition = "default", background_transition = "default",
   highlight = "default", mathjax = "default", template = "default",
   css = NULL, includes = NULL, keep_md = FALSE, lib_dir = NULL,
@@ -39,17 +39,17 @@
 
 \item{self_contained}{Produce a standalone HTML file with no external
 dependencies, using data: URIs to incorporate the contents of linked
-scripts, stylesheets, images, and videos. Note that even for self
-contained documents MathJax is still loaded externally (this is
-necessary because of it's size).}
+scripts, stylesheets, images, and videos. Note that even for self contained
+documents MathJax is still loaded externally (this is necessary because of
+it's size).}
 
-\item{theme}{Visual theme ("default", "simple", "sky", "beige", "serif",
+\item{theme}{Visual theme ("simple", "sky", "beige", "serif", 
 "solarized", "blood", "moon", "night", "black", "league" or "white").}
 
-\item{transition}{Slide transition ("default", "none", "fade", "slide",
+\item{transition}{Slide transition ("default", "none", "fade", "slide", 
 "convex", "concave" or "zoom")}
 
-\item{background_transition}{Slide background-transition ("default", "none", "fade", "slide",
+\item{background_transition}{Slide background-transition ("default", "none", "fade", "slide", 
 "convex", "concave" or "zoom")}
 
 \item{highlight}{Syntax highlighting style. Supported styles include
@@ -62,11 +62,11 @@
 alternate URL or pass \code{NULL} to exclude MathJax entirely.}
 
 \item{template}{Pandoc template to use for rendering. Pass "default"
-  to use the rmarkdown package default template; pass \code{NULL}
-  to use pandoc's built-in template; pass a path to use a custom template
-  that you've created. Note that if you don't use the "default" template
-  then some features of \code{revealjs_presentation} won't be available
-  (see the Templates section below for more details).}
+to use the rmarkdown package default template; pass \code{NULL}
+to use pandoc's built-in template; pass a path to use a custom template
+that you've created. Note that if you don't use the "default" template
+then some features of \code{revealjs_presentation} won't be available
+(see the Templates section below for more details).}
 
 \item{css}{One or more css files to include}
 
@@ -80,9 +80,6 @@
 with \code{_files} appended to it.}
 
 \item{pandoc_args}{Additional command line options to pass to pandoc}
-
-\item{...}{Additional function arguments to pass to the base R Markdown HTML
-  output formatter}
 }
 \value{
 R Markdown output format to pass to \code{\link{render}}
@@ -137,5 +134,7 @@
 # specify an option for incremental rendering
 render("pres.Rmd", revealjs_presentation(incremental = TRUE))
 }
+
+
 }