rstudio / rstudio/flexdashboard

logo: in yaml breaks flex_dashboard when using runtime: shiny

Open
#193 0 comments 0 reactions 0 assignees View on GitHub

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:
image

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:
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.