Skip to content
Prev 4128 / 12125 Next

[R-pkg-devel] pandoc version used in winbuilder

On 26/06/2019 2:54 p.m., Lenth, Russell V wrote:
The function rmarkdown::pandoc_version() will tell you.
It takes work to install a new version, and presumably nobody has done 
that work.  Pandoc is not easy to build, so some CRAN machines don't 
have it at all.

Your DESCRIPTION file should list it in SystemRequirements with the 
required version number.  I'd suggest using a reasonably low number if 
you want CRAN to accept and build your package.

Duncan Murdoch