dongjoon-hyun commented on code in PR #36987:
URL: https://github.com/apache/spark/pull/36987#discussion_r906648848


##########
.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:
   It seems that I didn't check those before.
   ```
   $ git grep mvtnorm
   R/pkg/R/mllib_clustering.R:#' library(mvtnorm)
   R/pkg/tests/fulltests/test_mllib_clustering.R:  #' library(mvtnorm)
   
mllib/src/test/scala/org/apache/spark/ml/clustering/GaussianMixtureSuite.scala: 
     library(mvtnorm)
   ```



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