From 97dc9a108ffb6c00bf9fea5c7e699e6db00d58c5 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 8 Apr 2019 20:37:12 -0500
Subject: [PATCH] Fix astrocyte shiny load

---
 astrocyte_pkg.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml
index 837e64c..f00e8d6 100755
--- a/astrocyte_pkg.yml
+++ b/astrocyte_pkg.yml
@@ -81,7 +81,7 @@ workflow_parameters: []
 #            The workflow must publish all final output into $baseDir
 
 # Name of the R module that the vizapp will run against
-vizapp_r_module: 'R/3.2.1-intel'
+vizapp_r_module: 'R/3.5.1-gccmkl'
 
 # # List of any Bioconductor packages, not provided by the modules, that must be made
 # available to the vizapp
@@ -90,8 +90,9 @@ vizapp_bioc_packages: []
 # List of any CRAN packages, not provided by the modules, that must be made
 # available to the vizapp
 vizapp_cran_packages:
-  - shiny
+  - lazyeval
   - ggplot2
+  - shiny
   - shinyjs
   - survival
   - survminer
-- 
GitLab