BryanCutler commented on a change in pull request #25993: [SPARK-29339][R] Support Arrow 0.14 in vectoried dapply and gapply (test it in AppVeyor build) URL: https://github.com/apache/spark/pull/25993#discussion_r331187664
########## File path: R/check-cran.sh ########## @@ -65,6 +65,10 @@ fi echo "Running CRAN check with $CRAN_CHECK_OPTIONS options" +# Remove this environment variable to allow to check suggested packages once +# Jenkins installs arrow. See SPARK-29339. +_R_CHECK_FORCE_SUGGESTS_=FALSE Review comment: Arrow 0.15.0 will be released in a couple days, so I think we should wait for that. It has an important forwards-compatibility fix in it that will be good to have. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
