From 38f69e8e5a84b30497f33e10e45b863efa15fcf9 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 9 Mar 2018 09:34:45 +0100 Subject: [PATCH] global_cor_heatmap_example: missing source added --- exec/global_cor_heatmap_example.R | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/global_cor_heatmap_example.R b/exec/global_cor_heatmap_example.R index 01d31f5..215865a 100644 --- a/exec/global_cor_heatmap_example.R +++ b/exec/global_cor_heatmap_example.R @@ -6,6 +6,7 @@ source("../R/columnSelector.R") source("../R/transformation.R") source("../R/global_cor_heatmap.R") source("../R/limit.R") +source("../R/global.R") # test data data <- data.table::as.data.table(mtcars, keep.rowname = "id")