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()
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