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

2015-09-23 Thread Yihui Xie
I guess the confusion here is the relationship between knitr::pandoc() and rmarkdown::render(). The error message you saw was from rmarkdown::render(), which requires Pandoc 1.12.3. The easiest way to go to use rmarkdown (I mean the R package rmarkdown) is to use RStudio, and you don't even need to

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

2015-09-23 Thread David Winsemius
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 kni

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

2015-09-23 Thread Duncan Murdoch
On 23/09/2015 7: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, whic

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

2015-09-23 Thread Marc Schwartz
> On Sep 23, 2015, at 6: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 > define

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

2015-09-23 Thread Ryszard Czermiński
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. L