From 48958cdeb1d640b74a90ad4ded19c4b0a86f70fa Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 9 Mar 2018 09:38:35 +0100 Subject: [PATCH] heatmap_example: missing source added --- exec/heatmap_example.R | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/heatmap_example.R b/exec/heatmap_example.R index 9f32763..6f65148 100644 --- a/exec/heatmap_example.R +++ b/exec/heatmap_example.R @@ -8,6 +8,7 @@ source("../R/transformation.R") source("../R/heatmap.R") source("../R/label.R") source("../R/limit.R") +source("../R/global.R") ####Test Data data <- data.table::as.data.table(mtcars, keep.rowname = "id")