Skip to content

Commit

Permalink
correctly document arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Apr 5, 2024
1 parent 07913d5 commit 6f4dcc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/joss_article.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
#' `formatted_doi, citation_author, year, volume, issue, page, submitted, published,
#' review_url, repository`, and `archive_doi`.
#'
#' @inheritParams rmarkdown::pdf_document
#' @param journal one of "JOSS" or"JOSE"
#' @param keep_md Whether to retain the intermediate markdown and images.
#' Defaults to TRUE.
#' @param latex_engine,... Arguments passed to [rmarkdown::pdf_document()]
#' @param ... Arguments passed to [rmarkdown::pdf_document()]
#' @export
joss_article <- function(journal = "JOSS",
keep_md = TRUE,
Expand Down
7 changes: 6 additions & 1 deletion man/joss_article.Rd

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

0 comments on commit 6f4dcc2

Please sign in to comment.