Hi I just updated my version of RStudio and now I cannot create markdown files. I upgraded RStudio to verion: 1.0.136
My version of R is 3.2.5.
Version of these packages:
knitr: 1.15.1
rmarkdown: 1.4
Note I already installed MikTEX and it was working just fine. I was craeted markdown documents.
Now I Simply create a new r markdown pdf file and click knit and I get this error:
pandoc version 1.12.3 or higher is required and was not found
What do I need to do to get knit to run?
when I run
> pandoc_available(version = NULL, error = FALSE)
[1] FALSE
>
> pandoc_version()
NULL