cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

pandoc-citeproc requirement #58

Closed kdaily closed 10 years ago

kdaily commented 10 years ago

Is pandoc-citeproc a requirement for using knitcitation? Out of the box, I get the following error:

pandoc: Error running filter pandoc-citeproc
pandoc-citeproc not found in path
Error: pandoc document conversion failed with error 83
Execution halted
kdaily commented 10 years ago

Suppose I answered my own question by installing pandoc and pandoc-citeproc through cabal.

cboettig commented 10 years ago

Only if you are using pandoc format (as shown in the vignette -- I still need to add other examples). otherwise knitcitations should work without pandoc or pandoc-citeproc.


Carl Boettiger http://carlboettiger.info

sent from mobile device; my apologies for any terseness or typos

Is pandoc-citeproc a requirement for using knitcitation? Out of the box, I get the following error:

pandoc: Error running filter pandoc-citeproc pandoc-citeproc not found in path Error: pandoc document conversion failed with error 83 Execution halted

— Reply to this email directly or view it on GitHub https://github.com/cboettig/knitcitations/issues/58.