Skip to content

what if you need pandoc? #82

@jennybc

Description

@jennybc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions