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_r330892708
 
 

 ##########
 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:
   I manually checked that CRAN check passes in my local without this 
environment variable
   
   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.
   ```
   
   
   I plan to change the minimum version soon (as it's experimental, it might be 
fine). I will work with Shane to install Arrow R library in Jenkins after that.
   
   @BryanCutler, BTW, shall we upgrade Arrow in Spark from 0.12 to 0.14 at 
pom.xml?

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

Reply via email to