pandoc document conversion failed with error 1 after update to R version 3.4.2

Finally I found a solution for my problem: After reading that https://github.com/rstudio/rmarkdown/issues/1184
and installing an actual rmarkdown package from github:
devtools::install_github('rstudio/rmarkdown') my flexdashboard documents with shiny works again 🙂

Leave a Comment