Skip to content

Commit

Permalink
fix pandoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jul 4, 2024
1 parent 28dcea1 commit b5d1674
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: simmer
Type: Package
Title: Discrete-Event Simulation for R
Version: 4.4.6.3
Version: 4.4.6.4
Authors@R: c(
person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# simmer 4.4.6.3
# simmer 4.4.6.4

## New features

Expand All @@ -16,6 +16,7 @@
- Fix vignette to feed character input to `numeric_version`.
- Fixes for Apple Clang 10.
- Fix format-security warning.
- Fix pandoc error in JSS vignette.

# simmer 4.4.5

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Patch release

- Fix format-security warning.
- Fix pandocbounded error as requested by CRAN.

Regarding the package title, Uwe asked us in a past submission to remove
"for R" because it is redundant. If it is not an issue, we would like to keep
Expand Down
1 change: 1 addition & 0 deletions vignettes/simmer-02-jss.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ preamble: >
\usepackage{longtable}
\usepackage{booktabs}
\usepackage{subfig}
\providecommand{\pandocbounded}[1]{#1}
output: if (packageVersion("rticles") < "0.5" || rmarkdown::pandoc_version() >= "2")
rticles::jss_article else rmarkdown::html_vignette
documentclass: jss
Expand Down

0 comments on commit b5d1674

Please # to comment.