CRAN Package Check Results for Package caretEnsemble

Last updated on 2017-07-16 23:46:58.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 4.69 209.74 214.43 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 4.44 204.46 208.90 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 431.82 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 391.64 OK
r-devel-windows-ix86+x86_64 2.0.0 12.00 288.00 300.00 OK
r-patched-linux-x86_64 2.0.0 4.40 208.21 212.61 OK
r-patched-solaris-x86 2.0.0 480.90 ERROR
r-release-linux-x86_64 2.0.0 4.90 207.41 212.31 OK
r-release-windows-ix86+x86_64 2.0.0 10.00 275.00 285.00 OK
r-release-osx-x86_64 2.0.0 OK
r-oldrel-windows-ix86+x86_64 2.0.0 14.00 277.00 291.00 OK
r-oldrel-osx-x86_64 2.0.0 OK

Check Details

Version: 2.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [157s/195s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(caretEnsemble)
     >
     > test_check("caretEnsemble")
     1. Error: caretList errors for bad models (@test-caretList.R#84) ---------------
     caret:train failed for all models. Please inspect your data.
     1: suppressWarnings({
     sink <- capture.output({
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = bad_bad, trControl = my_control))
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control))
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = bad_bad, trControl = my_control,
     continue_on_fail = TRUE))
     expect_is(caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control,
     continue_on_fail = TRUE), "caretList")
     })
     }) at testthat/test-caretList.R:84
     2: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     3: capture.output({
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = bad_bad, trControl = my_control))
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control))
     expect_error(caretList(iris[, 1:4], iris[, 5], tuneList = bad_bad, trControl = my_control,
     continue_on_fail = TRUE))
     expect_is(caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control,
     continue_on_fail = TRUE), "caretList")
     }) at testthat/test-caretList.R:85
     4: evalVis(expr)
     5: withVisible(eval(expr, pf))
     6: eval(expr, pf)
     7: eval(expr, pf)
     8: expect_is(caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control,
     continue_on_fail = TRUE), "caretList")
     9: klass(object)
     10: paste(class(x), collapse = "/")
     11: caretList(iris[, 1:4], iris[, 5], tuneList = good_bad, trControl = my_control, continue_on_fail = TRUE)
     12: stop("caret:train failed for all models. Please inspect your data.")
    
     testthat results ================================================================
     OK: 436 SKIPPED: 26 FAILED: 1
     1. Error: caretList errors for bad models (@test-caretList.R#84)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86