Skip to content

Commit 064153c

Browse files
committed
do not format R code using formatR in JSS
1 parent 2bbc2e1 commit 064153c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/jss_article.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jss_article <- function(..., keep_tex = TRUE, citation_package = 'natbib') {
3232
base$knitr$opts_chunk$prompt <- TRUE
3333
base$knitr$opts_chunk$comment <- NA
3434
base$knitr$opts_chunk$highlight <- FALSE
35+
base$knitr$opts_chunk$tidy <- FALSE
3536

3637
base$knitr$opts_chunk$dev.args <- list(pointsize = 11)
3738
base$knitr$opts_chunk$fig.width <- 4.9 # 6.125" * 0.8, as in template

0 commit comments

Comments
 (0)