This is an automated email from the ASF dual-hosted git repository.
zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 297b13c [hotfix] Fix ShinyInterpreterTest due to shiny version
297b13c is described below
commit 297b13cc2ffb8faec1392b840fe9a67e397760a1
Author: Jeff Zhang <[email protected]>
AuthorDate: Sun Nov 29 21:06:54 2020 +0800
[hotfix] Fix ShinyInterpreterTest due to shiny version
---
testing/install_external_dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/install_external_dependencies.sh
b/testing/install_external_dependencies.sh
index 67cae63..b155d1e 100755
--- a/testing/install_external_dependencies.sh
+++ b/testing/install_external_dependencies.sh
@@ -59,7 +59,7 @@ fi
# Install R dependencies if R is true
if [[ "$R" == "true" ]] ; then
- conda install -y --quiet r-base=3 r-evaluate r-base64enc r-knitr r-ggplot2
r-irkernel r-shiny r-googlevis
+ conda install -y --quiet r-base=3 r-evaluate r-base64enc r-knitr r-ggplot2
r-irkernel r-shiny=1.5.0 r-googlevis
R -e "IRkernel::installspec()"
echo "R_LIBS=~/miniconda/lib/R/library" > ~/.Renviron
echo "export R_LIBS=~/miniconda/lib/R/library" >> ~/.environ