Skip to content

Commit

Permalink
Now passing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Nov 21, 2018
1 parent 57a0401 commit b2632a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Imports: rmarkdown, knitr
VignetteBuilder: knitr
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
4 changes: 2 additions & 2 deletions R/binb.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
##' @param dev A character variable defaulting to \dQuote{pdf}.
##' @param df_print A character variable defaulting to \dQuote{default}.
##' @param fonttheme A character variable defaulting to \dQuote{default}.
##' @param colortheme For the \sQuote{Monash} theme only. A character variable defaulting to \dQuote{monashwhite}.
##' @param highlight A character variable defaulting to \dQuote{tango}.
##' @param keep_tex A logical variable defaulting to \code{FALSE}.
##' @param latex_engine A character variable defaulting to \dQuote{xelatex}.
Expand Down Expand Up @@ -168,8 +169,7 @@ monash <- function(toc = FALSE,
citation_package = c("none", "natbib", "biblatex"),
includes = NULL,
md_extensions = NULL,
pandoc_args = NULL,
...) {
pandoc_args = NULL) {

fcolortheme <- paste0("beamercolortheme",colortheme,".sty")
for (f in c("beamerfontthememonash.sty",fcolortheme,
Expand Down
10 changes: 6 additions & 4 deletions man/metropolis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2632a6

Please sign in to comment.