Last updated on 2019-11-26 00:51:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 4.60 | 76.43 | 81.03 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 4.30 | 57.49 | 61.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 108.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 114.30 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.0 | 17.00 | 126.00 | 143.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.3.0 | 10.00 | 97.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 5.80 | 90.01 | 95.81 | OK | |
r-patched-solaris-x86 | 0.3.0 | 132.20 | OK | |||
r-release-linux-x86_64 | 0.3.0 | 5.89 | 89.88 | 95.77 | OK | |
r-release-windows-ix86+x86_64 | 0.3.0 | 12.00 | 91.00 | 103.00 | OK | |
r-release-osx-x86_64 | 0.3.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 8.00 | 138.00 | 146.00 | OK | |
r-oldrel-osx-x86_64 | 0.3.0 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s/17s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dirichletprocess)
>
> test_check("dirichletprocess")
Accept Ratio: 0.021
Accept Ratio: 0.027
Accept Ratio: 0.02
Accept Ratio: 0.02
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
dirichletprocess
--- call from context ---
Mvnormal2Create(pp)
--- call from argument ---
if (class(priorParameters$mu0) != "matrix") {
priorParameters$mu0 <- matrix(priorParameters$mu0, nrow = 1)
}
--- R stacktrace ---
where 1 at testthat/test_mvnormal_semi_conjugate.R#10: Mvnormal2Create(pp)
where 2: eval(code, test_env)
where 3: eval(code, test_env)
where 4: withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error)
where 5: doTryCatch(return(expr), name, parentenv, handler)
where 6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
where 7: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
where 8: doTryCatch(return(expr), name, parentenv, handler)
where 9: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),
names[nh], parentenv, handlers[[nh]])
where 10: tryCatchList(expr, classes, parentenv, handlers)
where 11: tryCatch(withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error), error = handle_fatal,
skip = function(e) {
})
where 12: test_code(desc, code, env = parent.frame())
where 13 at testthat/test_mvnormal_semi_conjugate.R#8: test_that("Mixture Object Create", {
mdobj <- Mvnormal2Create(pp)
expect_s3_class(mdobj, c("list", "MixingDistribution", "mvnormal",
"nonconjugate"))
})
where 14: eval(code, test_env)
where 15: eval(code, test_env)
where 16: withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error)
where 17: doTryCatch(return(expr), name, parentenv, handler)
where 18: tryCatchOne(expr, names, parentenv, handlers[[1L]])
where 19: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
where 20: doTryCatch(return(expr), name, parentenv, handler)
where 21: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),
names[nh], parentenv, handlers[[nh]])
where 22: tryCatchList(expr, classes, parentenv, handlers)
where 23: tryCatch(withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error), error = handle_fatal,
skip = function(e) {
})
where 24: test_code(NULL, exprs, env)
where 25: source_file(path, new.env(parent = env), chdir = TRUE, wrap = wrap)
where 26: force(code)
where 27: doWithOneRestart(return(expr), restart)
where 28: withOneRestart(expr, restarts[[1L]])
where 29: withRestarts(testthat_abort_reporter = function() NULL, force(code))
where 30: with_reporter(reporter = reporter, start_end_reporter = start_end_reporter,
{
reporter$start_file(basename(path))
lister$start_file(basename(path))
source_file(path, new.env(parent = env), chdir = TRUE,
wrap = wrap)
reporter$.end_context()
reporter$end_file()
})
where 31: FUN(X[[i]], ...)
where 32: lapply(paths, test_file, env = env, reporter = current_reporter,
start_end_reporter = FALSE, load_helpers = FALSE, wrap = wrap)
where 33: force(code)
where 34: doWithOneRestart(return(expr), restart)
where 35: withOneRestart(expr, restarts[[1L]])
where 36: withRestarts(testthat_abort_reporter = function() NULL, force(code))
where 37: with_reporter(reporter = current_reporter, results <- lapply(paths,
test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE,
load_helpers = FALSE, wrap = wrap))
where 38: test_files(paths, reporter = reporter, env = env, stop_on_failure = stop_on_failure,
stop_on_warning = stop_on_warning, wrap = wrap)
where 39: test_dir(path = test_path, reporter = reporter, env = env, filter = filter,
..., stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning,
wrap = wrap)
where 40: test_package_dir(package = package, test_path = test_path, filter = filter,
reporter = reporter, ..., stop_on_failure = stop_on_failure,
stop_on_warning = stop_on_warning, wrap = wrap)
where 41: test_check("dirichletprocess")
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
function (priorParameters)
{
if (class(priorParameters$mu0) != "matrix") {
priorParameters$mu0 <- matrix(priorParameters$mu0, nrow = 1)
}
mdObj <- MixingDistribution("mvnormal2", priorParameters,
"nonconjugate")
return(mdObj)
}
<bytecode: 0x3dc1630>
<environment: namespace:dirichletprocess>
--- function search by body ---
Function Mvnormal2Create in namespace dirichletprocess has this body.
----------- END OF FAILURE REPORT --------------
Fatal error: the condition has length > 1
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dirichletprocess)
>
> test_check("dirichletprocess")
Accept Ratio: 0.023
Accept Ratio: 0.022
Accept Ratio: 0.019
Accept Ratio: 0.012
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
dirichletprocess
--- call from context ---
Mvnormal2Create(pp)
--- call from argument ---
if (class(priorParameters$mu0) != "matrix") {
priorParameters$mu0 <- matrix(priorParameters$mu0, nrow = 1)
}
--- R stacktrace ---
where 1 at testthat/test_mvnormal_semi_conjugate.R#10: Mvnormal2Create(pp)
where 2: eval(code, test_env)
where 3: eval(code, test_env)
where 4: withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error)
where 5: doTryCatch(return(expr), name, parentenv, handler)
where 6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
where 7: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
where 8: doTryCatch(return(expr), name, parentenv, handler)
where 9: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),
names[nh], parentenv, handlers[[nh]])
where 10: tryCatchList(expr, classes, parentenv, handlers)
where 11: tryCatch(withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error), error = handle_fatal,
skip = function(e) {
})
where 12: test_code(desc, code, env = parent.frame())
where 13 at testthat/test_mvnormal_semi_conjugate.R#8: test_that("Mixture Object Create", {
mdobj <- Mvnormal2Create(pp)
expect_s3_class(mdobj, c("list", "MixingDistribution", "mvnormal",
"nonconjugate"))
})
where 14: eval(code, test_env)
where 15: eval(code, test_env)
where 16: withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error)
where 17: doTryCatch(return(expr), name, parentenv, handler)
where 18: tryCatchOne(expr, names, parentenv, handlers[[1L]])
where 19: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
where 20: doTryCatch(return(expr), name, parentenv, handler)
where 21: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),
names[nh], parentenv, handlers[[nh]])
where 22: tryCatchList(expr, classes, parentenv, handlers)
where 23: tryCatch(withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error), error = handle_fatal,
skip = function(e) {
})
where 24: test_code(NULL, exprs, env)
where 25: source_file(path, new.env(parent = env), chdir = TRUE, wrap = wrap)
where 26: force(code)
where 27: doWithOneRestart(return(expr), restart)
where 28: withOneRestart(expr, restarts[[1L]])
where 29: withRestarts(testthat_abort_reporter = function() NULL, force(code))
where 30: with_reporter(reporter = reporter, start_end_reporter = start_end_reporter,
{
reporter$start_file(basename(path))
lister$start_file(basename(path))
source_file(path, new.env(parent = env), chdir = TRUE,
wrap = wrap)
reporter$.end_context()
reporter$end_file()
})
where 31: FUN(X[[i]], ...)
where 32: lapply(paths, test_file, env = env, reporter = current_reporter,
start_end_reporter = FALSE, load_helpers = FALSE, wrap = wrap)
where 33: force(code)
where 34: doWithOneRestart(return(expr), restart)
where 35: withOneRestart(expr, restarts[[1L]])
where 36: withRestarts(testthat_abort_reporter = function() NULL, force(code))
where 37: with_reporter(reporter = current_reporter, results <- lapply(paths,
test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE,
load_helpers = FALSE, wrap = wrap))
where 38: test_files(paths, reporter = reporter, env = env, stop_on_failure = stop_on_failure,
stop_on_warning = stop_on_warning, wrap = wrap)
where 39: test_dir(path = test_path, reporter = reporter, env = env, filter = filter,
..., stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning,
wrap = wrap)
where 40: test_package_dir(package = package, test_path = test_path, filter = filter,
reporter = reporter, ..., stop_on_failure = stop_on_failure,
stop_on_warning = stop_on_warning, wrap = wrap)
where 41: test_check("dirichletprocess")
--- value of length: 2 type: logical ---
[1] FALSE TRUE
--- function from context ---
function (priorParameters)
{
if (class(priorParameters$mu0) != "matrix") {
priorParameters$mu0 <- matrix(priorParameters$mu0, nrow = 1)
}
mdObj <- MixingDistribution("mvnormal2", priorParameters,
"nonconjugate")
return(mdObj)
}
<bytecode: 0x55b92d9dbf58>
<environment: namespace:dirichletprocess>
--- function search by body ---
Function Mvnormal2Create in namespace dirichletprocess has this body.
----------- END OF FAILURE REPORT --------------
Fatal error: the condition has length > 1
Flavor: r-devel-linux-x86_64-debian-gcc