Skip to content

Commit 858303e

Browse files
authored
[GH-5686] Install dbplyr in R docker image (#5687)
1 parent 56f8bed commit 858303e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ task createRDockerfile(type: Dockerfile) {
6868
R -e 'install.packages("RCurl", repos = "http://cran.us.r-project.org")' && \\
6969
R -e 'install.packages("jsonlite", repos = "http://cran.us.r-project.org")' && \\
7070
R -e 'install.packages("testthat", repos = "http://cran.us.r-project.org")' && \\
71+
R -e 'install.packages("dbplyr", repos = "http://cran.us.r-project.org")' && \\
7172
R -e 'install.packages("sparklyr", repos = "http://cran.us.r-project.org")'
7273
"""
7374
copyFile("h2o.tar.gz", "/opt/spark/R/lib/h2o.tar.gz")

0 commit comments

Comments
 (0)