Skip to content

Commit

Permalink
escape curly braces for cli_* <condition>
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 13, 2024
1 parent fcd58e2 commit f8751c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/checkVignettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ checkVigTemplate <- function(vigdircontents)
}
if (length(badVig))
handleWarning(
"Vignette(s) still using 'VignetteIndexEntry{Vignette Title}' ",
"Vignette(s) still using 'VignetteIndexEntry{{Vignette Title}}' ",
help_text = "The following files use template defaults:",
messages = badVig
)
if (length(badVig2))
handleWarning(
"Vignette(s) missing '\\%VignetteIndexEntry{Vignette Title}'. ",
"Vignette(s) missing '\\%VignetteIndexEntry{{Vignette Title}}'. ",
help_text = "Update the following files:",
messages = badVig2
)
Expand Down

0 comments on commit f8751c4

Please sign in to comment.