Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandoc and pandoc-citeproc #58

Closed
jjvenky opened this issue Mar 11, 2016 · 1 comment
Closed

pandoc and pandoc-citeproc #58

jjvenky opened this issue Mar 11, 2016 · 1 comment

Comments

@jjvenky
Copy link
Contributor

jjvenky commented Mar 11, 2016

In Linux (Ubuntu 15.10), both pandoc and pandoc-citeproc must be installed in order for the vignettes to build properly.

Without pandoc-citeproc, this error is thrown:

  • creating vignettes ... ERROR
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
    Pandoc (>= 1.12.3) and/or pandoc-citeproc is not available. Please install both.

So the instructions should be more like:

devtools::install_github("brianstock/MixSIAR",
dependencies = TRUE,
build_vignettes = TRUE) # FALSE if no pandoc and pandoc-citeproc

@brianstock
Copy link
Owner

Thanks Jason, hope the README is clearer now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants