Last updated on 2017-02-24 23:52:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.11 | 4.96 | 78.04 | 83.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.11 | 5.01 | 78.52 | 83.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.11 | 222.31 | OK | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 181.57 | OK | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.1.11 | 129.26 | OK | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.1.11 | 24.00 | 166.00 | 190.00 | OK | |
r-patched-linux-x86_64 | 0.1.11 | 4.93 | 67.08 | 72.01 | OK | |
r-patched-solaris-sparc | 0.1.11 | 974.30 | OK | |||
r-patched-solaris-x86 | 0.1.11 | 205.40 | ERROR | |||
r-release-linux-x86_64 | 0.1.11 | 4.96 | 66.44 | 71.41 | OK | |
r-release-osx-x86_64-mavericks | 0.1.11 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.1.11 | 28.00 | 178.00 | 206.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.1.11 | 25.00 | 264.00 | 289.00 | OK |
Version: 0.1.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [44s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(healthcareai)
Type ?healthcareai to read the docs.
>
> test_check("healthcareai")
[1] 0.9402367
1. Failure: AUC_rf is the same each time the test is run (@test-develop-supervised-model.R#143)
as.numeric(rf$getAUROC()) - 0.9374753 < 1e-06 isn't true.
testthat results ================================================================
OK: 104 SKIPPED: 7 FAILED: 1
1. Failure: AUC_rf is the same each time the test is run (@test-develop-supervised-model.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.11
Check: package dependencies
Result: ERROR
Package required but not available: ‘RODBC’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-osx-x86_64-mavericks