Skip to content

Commit 92ccb7e

Browse files
authored
Fix minor import issue (over two lines) flag by roxygen2 (#602)
1 parent f1786a8 commit 92ccb7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/rsos_article.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#' @inheritParams rmarkdown::pdf_document
66
#' @param ... Additional arguments to [rmarkdown::pdf_document()]
77
#' @export
8-
#' @importFrom rmarkdown output_format knitr_options pandoc_options
9-
#' pandoc_variable_arg includes_to_pandoc_args
8+
#' @importFrom rmarkdown output_format knitr_options pandoc_options pandoc_variable_arg includes_to_pandoc_args
109
#' @author Thierry Onkelinx, \email{thierry.onkelinx@@inbo.be}
1110
rsos_article <- function(..., keep_tex = TRUE, latex_engine = "xelatex", pandoc_args = NULL,
1211
includes = NULL, fig_crop = TRUE) {

0 commit comments

Comments
 (0)