LuciferYang commented on code in PR #36987:
URL: https://github.com/apache/spark/pull/36987#discussion_r906647646


##########
.github/workflows/build_and_test.yml:
##########
@@ -484,6 +484,7 @@ jobs:
         apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev 
libxml2-dev
         Rscript -e "install.packages(c('devtools'), 
repos='https://cloud.r-project.org/')"
         Rscript -e "devtools::install_version('lintr', version='2.0.1', 
repos='https://cloud.r-project.org')"
+        Rscript -e "install.packages(c('ggplot2'), 
repos='https://cloud.r-project.org/')"

Review Comment:
   A newbie question: what is the difference between adding it here and adding 
it to line 509? 
   
   Add it to line 509 will report an error: `there is no package called 
‘mvtnorm’`, then `there is no package called ‘statmod’`
   



-- 
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]

Reply via email to