Skip to content

Commit c6fddb8

Browse files
committed
roxygenize
1 parent ebc84d8 commit c6fddb8

7 files changed

Lines changed: 68 additions & 38 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rticles
22
Type: Package
33
Title: Article Formats for R Markdown
4-
Version: 0.12.3
4+
Version: 0.12.4
55
Authors@R: c(
66
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
77
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
@@ -45,6 +45,6 @@ Imports: utils, rmarkdown, knitr, yaml, tinytex, xfun
4545
SystemRequirements: GNU make
4646
URL: https://github.com/rstudio/rticles
4747
BugReports: https://github.com/rstudio/rticles/issues
48-
RoxygenNote: 6.1.1
48+
RoxygenNote: 7.0.2
4949
Suggests: testit, bookdown, xtable
5050
Encoding: UTF-8

R/joss_article.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#' \code{formatted_doi, citation_author, year, volume, issue, page, submitted, published,
1212
#' review_url, repository}, and \code{archive_doi}.
1313
#'
14-
#' @inheritParams rmarkdown::pdf_document
1514
#' @param journal one of "JOSS" or"JOSE"
1615
#' @param keep_md Whether to retain the intermediate markdown and images.
1716
#' Defaults to TRUE.

man/article.Rd

Lines changed: 32 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/copernicus_article.Rd

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ieee_article.Rd

Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/joss_article.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rsos_article.Rd

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)