HyukjinKwon 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_r330887363
########## 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 check suggested packages once +# Jenkins installs arrow. See SPARK-29339 +_R_CHECK_FORCE_SUGGESTS_=false Review comment: I manually checked that CRAN check passes in my local. In Jenkins, it seems failed because Arrow R library itself is not installed in Jenkins: ``` Package suggested but not available: ���arrow��� The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment variable _R_CHECK_FORCE_SUGGESTS_ to a false value. ``` ---------------------------------------------------------------- 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]
