HyukjinKwon commented on a change in pull request #24716: 
[SPARK-25944][R][BUILD] AppVeyor change to latest R version (3.6.0)
URL: https://github.com/apache/spark/pull/24716#discussion_r287898937
 
 

 ##########
 File path: appveyor.yml
 ##########
 @@ -52,6 +52,10 @@ build_script:
 
 environment:
   NOT_CRAN: true
+  # See SPARK-27848. Currently installing some dependent packagess causes
+  # "(converted from warning) unable to identify current timezone 'C':" for an 
unknown reason.
+  # This environment variable works around to test SparkR against a higher 
version.
+  R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
 
 Review comment:
   Hmhm, I haven't tried this before but seems like this only applies when we 
install `sparkr`. The error happened during manual `testthat` installation (at 
`praise` https://github.com/r-lib/testthat/blob/master/DESCRIPTION#L24)
   
   Maybe it could work too for the reason I missed for now but I believe 
`R_REMOTES_NO_ERRORS_FROM_WARNINGS` is fine too.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to