zhengruifeng commented on code in PR #43953:
URL: https://github.com/apache/spark/pull/43953#discussion_r1401642950
##########
.github/workflows/build_and_test.yml:
##########
@@ -743,8 +734,6 @@ jobs:
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr',
'rmarkdown', 'markdown', 'e1071', 'roxygen2', 'ggplot2', 'mvtnorm', 'statmod'),
repos='https://cloud.r-project.org/')"
Rscript -e "devtools::install_version('pkgdown', version='2.0.1',
repos='https://cloud.r-project.org')"
Rscript -e "devtools::install_version('preferably', version='0.4',
repos='https://cloud.r-project.org')"
- - name: Install dependencies for documentation generation
Review Comment:
this step is also used in 3.3/3.4/3.5, so move it to `Install dependencies
for documentation generation for branch-3.3, branch-3.4, branch-3.5`
--
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]