From cce76179bd34e58a0561539f6733aff6197c9c1b Mon Sep 17 00:00:00 2001 From: Holger Brandl <holgerbrandl@gmail.com> Date: Mon, 8 Feb 2016 14:23:26 +0100 Subject: [PATCH] bumped library versions --- common/cp_enrichment.R | 6 +++--- common/plot_kegg_pathways.R | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/cp_enrichment.R b/common/cp_enrichment.R index de1377c..3e7661f 100755 --- a/common/cp_enrichment.R +++ b/common/cp_enrichment.R @@ -18,9 +18,9 @@ Options: opts <- docopt(doc, commandArgs(TRUE)) ## does not work when spining # opts <- docopt(doc, "--overlay_expr_data ../plot_score_matrix.txt ../degs_by_contrast.txt contrast" ) -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/core_commons.R") -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/ggplot_commons.R") -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/bio/diffex_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/core_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/ggplot_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/bio/diffex_commons.R") require_auto(knitr) require_auto(DT) diff --git a/common/plot_kegg_pathways.R b/common/plot_kegg_pathways.R index ca67f62..23328e8 100755 --- a/common/plot_kegg_pathways.R +++ b/common/plot_kegg_pathways.R @@ -14,9 +14,9 @@ opts <- docopt(doc, commandArgs(TRUE)) ## does not work when spining # opts <- docopt(doc, "--overlay_expr_data ../plot_score_matrix.txt ../degs_by_contrast.txt contrast" ) if(!require(devtools)) install.packages("devtools") -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/core_commons.R") -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/ggplot_commons.R") -devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.21/R/bio/diffex_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/core_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/ggplot_commons.R") +devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/bio/diffex_commons.R") require_auto(knitr) require_auto(DT) -- GitLab