Skip to content
Snippets Groups Projects
Commit 88672b1b authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Merge branch 'debug_master' into 'master'

small bug fix

See merge request !11
parents 7e3d2c28 a1675092
No related branches found
No related tags found
1 merge request!11small bug fix
Pipeline #129874 passed
......@@ -24,7 +24,7 @@ setMethod("assemble", "i2dashboard", function(dashboard, pages = names(dashboard
ymlthis::yml(date = F) %>%
ymlthis::yml_title(dashboard@title) %>%
ymlthis::yml_author(dashboard@author) %>%
ymlthis::yml_output(flexdashboard::flex_dashboard(theme = dashboard@theme)) %>%
ymlthis::yml_output(flexdashboard::flex_dashboard(theme = !!dashboard@theme)) %>%
{if(dashboard@interactive) ymlthis::yml_runtime(., runtime = "shiny") else .} %>%
ymlthis::use_rmarkdown(path = tmp_document, include_body = FALSE, quiet = TRUE, open_doc = FALSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment