Skip to content
Snippets Groups Projects
Commit 6980dce2 authored by arsenij.ustjanzew's avatar arsenij.ustjanzew
Browse files

Extended the header_string with a comment containing the name of the R package.

parent 70b45876
No related branches found
No related tags found
No related merge requests found
Pipeline #100636 passed
......@@ -18,7 +18,7 @@ setMethod("assemble", "i2dashboard", function(object, output_file, pages, ...) {
yaml_list[["runtime"]] <- "shiny"
}
yaml_part <- yaml::as.yaml(yaml_list)
header_string <- paste0("---\n", yaml_part, "---\n")
header_string <- paste0("---\n", yaml_part, "---\n<!-- This dashboard was created with the R package 'i2dash'. https://gitlab.gwdg.de/loosolab/software/i2dash -->\n")
tmp_document <- tempfile()
......
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