publish_issue {rj} | R Documentation |
Generates per-article PDFs and copies them to the website, located
at web_path
. Removes the published articles from the
accepted directory. Generates the necessary metadata and updates
the website configuration.
publish_issue(
id,
web_path = file.path("..", "rjournal.github.io"),
post_file = c(foundation = 1, cran = 1, bioc = 1, ch = 1)
)
id |
the id of the issue |
web_path |
path to the rjournal.github.io checkout |
post_file |
XXX |
This depends on the pdftools CRAN package, which in turn depends on the poppler system library. It also requires the command line program pdftk (distributed as PDFtk Server).