[R] Error: pandoc version 1.12.3 or higher is required and was not found

David Winsemius dwinsemius at comcast.net
Thu Sep 24 00:21:51 CEST 2015


On Sep 23, 2015, at 4:13 AM, Ryszard Czermiński wrote:

> I am trying to use R Markdown, but call to render() gives me an error:
> Error: pandoc version 1.12.3 or higher is required and was not found.
> 
> As I understand [http://yihui.name/knitr/demo/pandoc/] pandoc is a function
> defined in knitr, which I have installed and it has pandoc() function
> defined.

Pandoc ( to be distinguished from `pandoc()`) is an external-to-R software hammer capable of creating items of special beauty when supplied with dross text-materia.  `knitr` will be relying upon its availability when it casts its magical spells. `knitr` on CRAN is currently at version 1.11.

The incantations needed to acquire your very own pandoc hammer are in the link on that page entitled "Pandoc website".

> 
> Looks like some version incompatibility issue, but I do not really know how
> to resolve it.
> Do I need to go to older R version to use it?
> 
> I would appreciate your help.
> 
> Best regards,
> Ryszard
> 
>> sessionInfo()
> R version 3.2.2 (2015-08-14)
> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> Running under: OS X 10.10.3 (Yosemite)
> other attached packages: knitr_1.11
> [...]
> 
> Ryszard Czerminski
> 508-358-6328
> ryszard at czerminski.net
> LinkedIn.com/in/Ryszard.Czerminski
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA



More information about the R-help mailing list