Skip to content

Commit 0f5e231

Browse files
committed
[SPARK-39596][INFRA][FOLLOWUP] Install mvtnorm and statmod at linter job
Closes #36988 from dongjoon-hyun/SPARK-39596-2. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit 4c79cc7) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 706cecd commit 0f5e231

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
@@ -385,7 +385,6 @@ jobs:
385385
libtiff5-dev libjpeg-dev
386386
Rscript -e "install.packages(c('devtools'), repos='https://cloud.r-project.org/')"
387387
Rscript -e "devtools::install_version('lintr', version='2.0.1', repos='https://cloud.r-project.org')"
388-
Rscript -e "install.packages(c('ggplot2'), repos='https://cloud.r-project.org/')"
389388
./R/install-dev.sh
390389
- name: Instll JavaScript linter dependencies
391390
run: |
@@ -407,7 +406,7 @@ jobs:
407406
python3.9 -m pip install 'docutils<0.18.0' # See SPARK-39421
408407
apt-get update -y
409408
apt-get install -y ruby ruby-dev
410-
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'markdown', 'e1071', 'roxygen2'), repos='https://cloud.r-project.org/')"
409+
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'markdown', 'e1071', 'roxygen2', 'ggplot2', 'mvtnorm', 'statmod'), repos='https://cloud.r-project.org/')"
411410
gem install bundler
412411
cd docs
413412
bundle install

0 commit comments

Comments
 (0)