cderv / pandoc

R package to install, manage and run Pandoc (https://pandoc.org/)
https://cderv.github.io/pandoc/
Other
27 stars 2 forks source link

this package should be able to work with other installed Pandoc at some point #4

Closed cderv closed 2 years ago

cderv commented 3 years ago

Currently this package is designed to install and manage pandoc binaries in a specific place, then run pandoc with thoses binaries only. It currently does not check or works with a pandoc available in PATH or other standard location.

Only flexibility today, is to use the bin= argument in several functions to run with another pandoc.

This should probably change in the near future. Specifically functions like pandoc_available()

cc @hadley

cderv commented 2 years ago

it works now with system and with rstudio, include using pandoc_activate()