LuciferYang commented on code in PR #36988:
URL: https://github.com/apache/spark/pull/36988#discussion_r906657801
##########
.github/workflows/build_and_test.yml:
##########
@@ -507,7 +506,7 @@ jobs:
python3.9 -m pip install 'docutils<0.18.0' # See SPARK-39421
apt-get update -y
apt-get install -y ruby ruby-dev
- Rscript -e "install.packages(c('devtools', 'testthat', 'knitr',
'rmarkdown', 'markdown', 'e1071', 'roxygen2'),
repos='https://cloud.r-project.org/')"
+ Rscript -e "install.packages(c('devtools', 'testthat', 'knitr',
'rmarkdown', 'markdown', 'e1071', 'roxygen2', 'ggplot2', 'mvtnorm', 'statmod'),
repos='https://cloud.r-project.org/')"
Review Comment:
should pass ~
https://github.com/LuciferYang/spark/runs/7052537883?check_suite_focus=true
My test already has been successful
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]