Skip to content

Commit

Permalink
Update docs params
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 23, 2025
1 parent f2d810c commit 3beec71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 0 additions & 2 deletions R/rj_article.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#'
#' @param ... Arguments passed to `distill::distill_article()` for web articles,
#' and `rticles::rjournal_article()` for pdf articles.
# #' @param legacy_pdf whether an article was submitted in the legacy .tex format, and so the PDF should not change.
# #' @param legacy_converted whether the legacy article has been converted to the new .Rmd format (if FALSE, the PDF is simply embedded on the webpage)
#' @inheritParams distill::distill_article
#'
#' @importFrom rlang caller_env env_poke
Expand Down
1 change: 1 addition & 0 deletions R/rj_pdf_article.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Adapted from rticles::rjournal_article
#' @inheritParams rmarkdown::pdf_document
#' @export
#' @rdname rjournal_article
rjournal_pdf_article <- function(..., self_contained = FALSE, citation_package = "natbib") {
Expand Down
17 changes: 6 additions & 11 deletions man/rjournal_article.Rd

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

0 comments on commit 3beec71

Please sign in to comment.