From db1b579f1b3126f8986b8214c741d5158c5ae8e0 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 17:49:42 -0400 Subject: [PATCH] MAINT: grDevices package is included in R base --- cgi-updater-payload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-updater-payload.sh b/cgi-updater-payload.sh index 628da9e..33ffbbb 100755 --- a/cgi-updater-payload.sh +++ b/cgi-updater-payload.sh @@ -1,6 +1,6 @@ #!/bin/bash -r_pkgs=( DESeq2 grDevices genefilter biomaRt ggplot2 gplots RColorBrewer ) +r_pkgs=( DESeq2 genefilter biomaRt ggplot2 gplots RColorBrewer ) pip_pkgs=( biopython ) if [[ $(id -u) -ne 0 ]]; then