Skip to content

Commit

Permalink
try !expr without quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliemac committed Jul 3, 2024
1 parent 0bdf8d8 commit 9400263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/visc_empty/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lof: true
lot: true
toc: true
dropVISClogo: false
use-old-csl-refs: "`r yaml::as.yaml(rmarkdown::pandoc_version() < '3.1.7', handlers = list(logical = yaml::verbatim_logical))`"
use-old-csl-refs: !expr yaml::as.yaml(rmarkdown::pandoc_version() < '3.1.7', handlers = list(logical = yaml::verbatim_logical))
output:
VISCtemplates::visc_pdf_document: default
VISCtemplates::visc_word_document: default
Expand Down
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/visc_report/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lof: true
lot: true
toc: true
dropVISClogo: false
use-old-csl-refs: "`r yaml::as.yaml(rmarkdown::pandoc_version() < '3.1.7', handlers = list(logical = yaml::verbatim_logical))`"
use-old-csl-refs: !expr yaml::as.yaml(rmarkdown::pandoc_version() < '3.1.7', handlers = list(logical = yaml::verbatim_logical))
output:
VISCtemplates::visc_pdf_document: default
VISCtemplates::visc_word_document: default
Expand Down

0 comments on commit 9400263

Please sign in to comment.