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

Fixed DiagrammeR package name

parent acedf00f
No related branches found
No related tags found
No related merge requests found
Pipeline #118976 canceled
......@@ -31,7 +31,7 @@ Suggests:
visNetwork,
d3heatmap,
metricsgraphics,
diagrammeR
DiagrammeR
Collate:
'i2dashboard.R'
'AllGenerics.R'
......
......@@ -94,7 +94,7 @@ setMethod("add_component",
setMethod("add_component",
signature = signature(dashboard = "i2dashboard", component = "grViz"),
definition = function(dashboard, component, page = "default", title = NULL, ...) {
add_vis_object(dashboard, component, "diagrammeR", page, title, ...) })
add_vis_object(dashboard, component, "DiagrammeR", page, title, ...) })
setMethod("add_component",
signature = signature(dashboard = "i2dashboard", component = "gt_tbl"),
......
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