If you are trying to convert documents in your Shiny apps, 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