We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da3d29 commit 86d1326Copy full SHA for 86d1326
NEWS
@@ -4,7 +4,7 @@ rticles 0.5 (unreleased)
4
- Add MDPI journal template
5
6
- Fixed #6 and #132: dollar signs can be used in code chunks in JSS articles
7
- now, but it will require Pandoc 2.2.1 (you can use the Preview version of
+ now, but it will require Pandoc 2.x (you can use the Preview version of
8
RStudio if you do not want to install Pandoc separately).
9
10
rticles 0.4.1
R/jss_article.R
@@ -20,7 +20,7 @@
20
#' @export
21
jss_article <- function(..., keep_tex = TRUE, citation_package = 'natbib') {
22
23
- rmarkdown::pandoc_available('2.2.1', TRUE)
+ rmarkdown::pandoc_available('2.2', TRUE)
24
25
template <- find_resource("jss_article", "template.tex")
26
0 commit comments