commit | 164b9a88aa03401c6f1a96e245211646ea0d58df | [log] [tgz] |
---|---|---|
author | brentthorne <brent.thorne18@gmail.com> | Wed Oct 09 10:08:13 2019 -0400 |
committer | brentthorne <brent.thorne18@gmail.com> | Wed Oct 09 10:08:13 2019 -0400 |
tree | 66e6a406a78bc59dd614b09c4e6ff6f9ab4a2cd2 | |
parent | 71c1df7802ff25be15c9e5612f725e9186c77f02 [diff] |
more changes to comply with CRAN
diff --git a/man/posterdown_html.Rd b/man/posterdown_html.Rd index 3201e71..e4decbd 100644 --- a/man/posterdown_html.Rd +++ b/man/posterdown_html.Rd
@@ -35,3 +35,10 @@ The output format \code{poster_betterport()} mimics the style of the BetterPoster movement from twitter. } +\examples{ +\donttest{ +file <- file.path(tempdir(),"foo.rmd") +rmarkdown::draft(file, template="posterdown_html", package="posterdown") +} + +}