Skip to content
Prev 4132 / 12125 Next

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

On Thu, Jun 27, 2019 at 4:36 PM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
I am not sure if pandoc supports Solaris, I would think not. OpenCSW does
not have any Haskell compiler AFAICT.

I would think that having pandoc on Solaris is not super important. R can
still run all the vignette code without pandoc, only the creation of the
actual vignette, e.g. the markdown to HTML conversion is skipped. This step
does involve any R or R packages code, and it can also be tested on other
platforms.

Gabor