[
https://issues.apache.org/jira/browse/SPARK-11255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057368#comment-15057368
]
Felix Cheung commented on SPARK-11255:
--------------------------------------
Is this test error caused by this?
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47673/consoleFull
{code}
1. Error: include inside function ----------------------------------------------
(converted from warning) package 'plyr' was built under R version 3.2.1
1: withCallingHandlers(eval(code, new_test_environment), error = capture_calls,
message = function(c) invokeRestart("muffleMessage"))
2: eval(code, new_test_environment)
3: eval(expr, envir, enclos)
4: suppressPackageStartupMessages(library(plyr)) at test_includePackage.R:30
5: withCallingHandlers(expr, packageStartupMessage = function(c)
invokeRestart("muffleMessage"))
6: library(plyr)
7: testRversion(pkgInfo, package, pkgpath)
8: warning(gettextf("package %s was built under R version %s", sQuote(pkgname),
as.character(built$R)),
call. = FALSE, domain = NA)
9: .signalSimpleWarning("package 'plyr' was built under R version 3.2.1",
quote(NULL))
10: withRestarts({
.Internal(.signalCondition(simpleWarning(msg, call), msg, call))
.Internal(.dfltWarn(msg, call))
}, muffleWarning = function() NULL)
11: withOneRestart(expr, restarts[[1L]])
12: doWithOneRestart(return(expr), restart)
{code}
> R Test build should run on R 3.1.1
> ----------------------------------
>
> Key: SPARK-11255
> URL: https://issues.apache.org/jira/browse/SPARK-11255
> Project: Spark
> Issue Type: Bug
> Components: SparkR
> Reporter: Felix Cheung
> Assignee: shane knapp
> Priority: Minor
>
> Test should run on R 3.1.1 which is the version listed as supported.
> Apparently there are few R changes that can go undetected since Jenkins Test
> build is running something newer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]