[ 
https://issues.apache.org/jira/browse/SPARK-25944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-25944:
---------------------------------
    Description: 
R 3.5.1 is released few months ago. We better test higher versions of R in 
AppVeyor.

R 3.6.0 is released 2019-04-26. This PR targets to change R version from 3.5.1 
to 3.6.0 in AppVeyor.

We should set `R_REMOTES_NO_ERRORS_FROM_WARNINGS` to `true` to avoid the 
warnings below:

{code}
Error in strptime(xx, f, tz = tz) : 
  (converted from warning) unable to identify current timezone 'C':
please set environment variable 'TZ'
Error in i.p(...) : 
  (converted from warning) installation of package 'praise' had non-zero exit 
status
Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> 
i.p
Execution halted
{code}

This JIRA targets to the latest of R version 3.6.0.

  was:
R 3.5.1 is released few months ago. We better test higher versions of R in 
AppVeyor.

R 3.6.0 is released 2019-04-26. This PR targets to change R version from 3.5.1 
to 3.6.0 in AppVeyor.

This PR sets `R_REMOTES_NO_ERRORS_FROM_WARNINGS` to `true` to avoid the 
warnings below:

{code}
Error in strptime(xx, f, tz = tz) : 
  (converted from warning) unable to identify current timezone 'C':
please set environment variable 'TZ'
Error in i.p(...) : 
  (converted from warning) installation of package 'praise' had non-zero exit 
status
Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> 
i.p
Execution halted
{code}

This JIRA targets to the latest of R version 3.6.0 for now.


> AppVeyor change to latest R version
> -----------------------------------
>
>                 Key: SPARK-25944
>                 URL: https://issues.apache.org/jira/browse/SPARK-25944
>             Project: Spark
>          Issue Type: Test
>          Components: SparkR
>    Affects Versions: 3.0.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> R 3.5.1 is released few months ago. We better test higher versions of R in 
> AppVeyor.
> R 3.6.0 is released 2019-04-26. This PR targets to change R version from 
> 3.5.1 to 3.6.0 in AppVeyor.
> We should set `R_REMOTES_NO_ERRORS_FROM_WARNINGS` to `true` to avoid the 
> warnings below:
> {code}
> Error in strptime(xx, f, tz = tz) : 
>   (converted from warning) unable to identify current timezone 'C':
> please set environment variable 'TZ'
> Error in i.p(...) : 
>   (converted from warning) installation of package 'praise' had non-zero exit 
> status
> Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> 
> i.p
> Execution halted
> {code}
> This JIRA targets to the latest of R version 3.6.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to