rstudio / rstudio/flexdashboard
logo: in yaml breaks flex_dashboard when using runtime: shiny
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 848
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
Below is my yaml without logo: and I do have the yaml indented correctly. How can I fix this.
---
title: "Super Measures Dashboard"
output:
flexdashboard::flex_dashboard:
theme: sandstone
orientation: rows
vertical_layout: fill
source_code: embed
runtime: shiny
---
Below is the result:

Now the yaml with the logo:
---
title: "Supermeasures Dashboard"
output:
flexdashboard::flex_dashboard:
logo: logo.png
theme: sandstone
orientation: rows
vertical_layout: fill
source_code: embed
runtime: shiny
---
Below is the result:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the two YAML configurations and their rendered results, focusing on the logo option when runtime: shiny is enabled. Reproduce the dashboard with and without logo: logo.png and determine what change is needed for the logo-enabled dashboard to render correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- yaml
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100