Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 7, 2018 7:44AM
Likes: 1
Replies: 1
From RStudio, pandoc works with my markdown documents. Within DSS, I can run R recipes and R notebooks (so DKURBIN is ok), but when I try to run the Markdown demo, I get
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available). # this yields no result when run inside a notebook
Yet: /Applications//RStudio.app/Contents/MacOS/pandoc/pandoc --version ## pandoc 1.19.2.1. So is there env variable to be set for panda in the env-site.sh script?
UPDATE: installed pandoc-2.2.1. /usr/local/bin/pandoc --version # yields 2.2.1. yet after re-starting DSS, same issue - DSS can't find it and complains with needing > ver 1.12.3