You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Felix Cheung (JIRA)" <ji...@apache.org> on 2017/10/21 07:46:02 UTC

[jira] [Comment Edited] (SPARK-22327) R CRAN check fails on non-latest branches

    [ https://issues.apache.org/jira/browse/SPARK-22327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213798#comment-16213798 ] 

Felix Cheung edited comment on SPARK-22327 at 10/21/17 7:45 AM:
----------------------------------------------------------------

in contrast, this is from master https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82919/consoleFull

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Shivaram Venkataraman <sh...@cs.berkeley.edu>'
Unknown, possibly mis-spelled, fields in DESCRIPTION:
  'RoxygenNote'
* checking package dependencies ... NOTE
  No repository set, so cyclic dependency check skipped
* checking R code for possible problems ... NOTE
Found the following calls to attach():
File 'SparkR/R/DataFrame.R':
  attach(newEnv, pos = pos, name = name, warn.conflicts = warn.conflicts)
See section 'Good practice' in '?attach'.
NOTE: There were 3 notes.

So it should have 3 notes, or (2 notes +  1warning) as the one note turns into a warning for Insufficient package version


was (Author: felixcheung):
in contrast, this is from master

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Shivaram Venkataraman <sh...@cs.berkeley.edu>'
Unknown, possibly mis-spelled, fields in DESCRIPTION:
  'RoxygenNote'
* checking package dependencies ... NOTE
  No repository set, so cyclic dependency check skipped
* checking R code for possible problems ... NOTE
Found the following calls to attach():
File 'SparkR/R/DataFrame.R':
  attach(newEnv, pos = pos, name = name, warn.conflicts = warn.conflicts)
See section 'Good practice' in '?attach'.
NOTE: There were 3 notes.

So it should have 3 notes, or (2 notes +  1warning) as the one note turns into a warning for Insufficient package version

> R CRAN check fails on non-latest branches
> -----------------------------------------
>
>                 Key: SPARK-22327
>                 URL: https://issues.apache.org/jira/browse/SPARK-22327
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 1.6.4, 2.0.3, 2.1.3, 2.2.1, 2.3.0
>            Reporter: Felix Cheung
>
> with warning
> * checking CRAN incoming feasibility ... WARNING
> Maintainer: 'Shivaram Venkataraman <sh...@cs.berkeley.edu>'
> Insufficient package version (submitted: 2.0.3, existing: 2.1.2)
> Unknown, possibly mis-spelled, fields in DESCRIPTION:
>   'RoxygenNote'
> We have seen this in branch-1.6, branch-2.0, and this would be a problem for branch-2.1 after we ship 2.2.1.
> The root cause of the issue is in the package version check in CRAN check. After the SparkR package version 2.1.2 (is first) published, any older version is failing the version check. As far as we know, there is no way to skip this version check.
> Also, there is previously a NOTE on new maintainer. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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