Skip to content

Commit 4c79cc7

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-39596][INFRA][FOLLOWUP] Install mvtnorm and statmod at linter job
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes #36988 from dongjoon-hyun/SPARK-39596-2. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent bf59f6e commit 4c79cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ jobs:
509509
apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev libxml2-dev
510510
Rscript -e "install.packages(c('devtools'), repos='https://cloud.r-project.org/')"
511511
Rscript -e "devtools::install_version('lintr', version='2.0.1', repos='https://cloud.r-project.org')"
512-
Rscript -e "install.packages(c('ggplot2'), repos='https://cloud.r-project.org/')"
513512
./R/install-dev.sh
514513
- name: Instll JavaScript linter dependencies
515514
run: |
@@ -532,7 +531,7 @@ jobs:
532531
python3.9 -m pip install 'docutils<0.18.0' # See SPARK-39421
533532
apt-get update -y
534533
apt-get install -y ruby ruby-dev
535-
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'markdown', 'e1071', 'roxygen2'), repos='https://cloud.r-project.org/')"
534+
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'markdown', 'e1071', 'roxygen2', 'ggplot2', 'mvtnorm', 'statmod'), repos='https://cloud.r-project.org/')"
536535
Rscript -e "devtools::install_version('pkgdown', version='2.0.1', repos='https://cloud.r-project.org')"
537536
Rscript -e "devtools::install_version('preferably', version='0.4', repos='https://cloud.r-project.org')"
538537
gem install bundler

0 commit comments

Comments
 (0)