Unable to deploy a flexdashboard

I’ve built a R flexdasboard using RMarkdown that works perfectly locally:

runtime: shiny
output:
flexdashboard::flex_dashboard:
orientation: rows
source_code: embed

But I couldn’t deploy it to shinyapps.io
When I click the Publish button I get an error message:

"Unable to determine file to be published. Click Knit or Preview to render it again, then click the Publish button above the rendered document."

Any ideas of what might be wrong?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.