Hi community.
I've created a dashboard using the flexdashboard package and I want to publish it on shinyapps.io. The dashboard works fine locally but when I publish it on shinyapps.io I keep getting an error. It says:
"Error: An error has ocurred. Check your logs or contact the app author for clarification"
I was able to solve several previous problems following some of the community topics but at this point I don't get what's the problem.
Here's the yaml header:
---
title: "Contexto Demográfico"
runtime: shiny
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
theme: journal
---
Anyone can help me?
Thanks!