-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Currently, all builds use the --no-multiarch switch for checking, and all vignettes (and the VignetteBuilder entry in DESCRIPTION) are removed prior to building (due to the absence of pandoc and LaTeX which are likely to be needed).
What if the package you are checking needs pandoc to run its tests? Is there a way to make it available?
All my tests fails with this error:
pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
I believe I requested a successful installation of pandoc via:
before_test:
- cinst pandoc
but that does not seem to help.
Metadata
Metadata
Assignees
Labels
No labels