If you are trying to handle pandoc conversions in your Shiny apps, you may see the following error on shinyapps.io:
"Please install pandoc first: http://johnmacfarlane.net/
shinyapps.io requires that you handle these conversions via the rmarkdown package. For instance:
rmarkdown::render("pdf-report.
This should allow you to properly run these conversions on our servers.
Comments