Last updated on 2019-04-22 07:47:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 6.14 | 82.46 | 88.60 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 5.32 | 60.15 | 65.47 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 103.53 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 82.93 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.2 | 19.00 | 87.00 | 106.00 | ERROR | |
r-patched-linux-x86_64 | 0.2 | 6.07 | 77.53 | 83.60 | ERROR | |
r-patched-solaris-x86 | 0.2 | 150.90 | ERROR | |||
r-release-linux-x86_64 | 0.2 | 5.16 | 78.27 | 83.43 | OK | |
r-release-windows-ix86+x86_64 | 0.2 | 9.00 | 149.00 | 158.00 | OK | |
r-release-osx-x86_64 | 0.2 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.2 | 13.00 | 160.00 | 173.00 | OK | |
r-oldrel-osx-x86_64 | 0.2 | WARN |
Version: 0.2
Check: tests
Result: ERROR
Running 'testthat.R' [9s/10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
-- 1. Failure: boot.test() function (@test_trinROC.R#50) ----------------------
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
-- 2. Failure: boot.test() function (@test_trinROC.R#56) ----------------------
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
-- 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) -----------
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
== testthat results ===========================================================
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
── 1. Failure: boot.test() function (@test_trinROC.R#50) ──────────────────────
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
── 2. Failure: boot.test() function (@test_trinROC.R#56) ──────────────────────
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
── 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) ───────────
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
══ testthat results ═══════════════════════════════════════════════════════════
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
── 1. Failure: boot.test() function (@test_trinROC.R#50) ──────────────────────
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
── 2. Failure: boot.test() function (@test_trinROC.R#56) ──────────────────────
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
── 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) ───────────
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
══ testthat results ═══════════════════════════════════════════════════════════
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
── 1. Failure: boot.test() function (@test_trinROC.R#50) ──────────────────────
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
── 2. Failure: boot.test() function (@test_trinROC.R#56) ──────────────────────
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
── 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) ───────────
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
══ testthat results ═══════════════════════════════════════════════════════════
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
-- 1. Failure: boot.test() function (@test_trinROC.R#50) ----------------------
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
-- 2. Failure: boot.test() function (@test_trinROC.R#56) ----------------------
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
-- 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) -----------
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
== testthat results ===========================================================
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
── 1. Failure: boot.test() function (@test_trinROC.R#50) ──────────────────────
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
── 2. Failure: boot.test() function (@test_trinROC.R#56) ──────────────────────
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
── 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) ───────────
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
══ testthat results ═══════════════════════════════════════════════════════════
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require("testthat", character.only = TRUE)) {
+ test_check("trinROC")
+ }
Loading required package: testthat
Loading required package: trinROC
── 1. Failure: boot.test() function (@test_trinROC.R#50) ──────────────────────
round(temp$p.value, 2) not equal to 0.24.
1/1 mismatches
[1] 0.25 - 0.24 == 0.01
── 2. Failure: boot.test() function (@test_trinROC.R#56) ──────────────────────
unname(round(temp$statistic, 3)) not equal to 0.537.
1/1 mismatches
[1] 0.534 - 0.537 == -0.003
Data overview of empirical ROC Classifier
---------------------------------------------------------------------
Applied test: Bootstrap test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
Boot statistic: 1.144 , Boot p.value: 0.25256
empirical VUS: 0.368
---------------------------------------------------------------------
── 3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116) ───────────
unname(round(temp$statistic, 3)) not equal to 1.163.
1/1 mismatches
[1] 1.14 - 1.16 == -0.019
Data overview of trinormal ROC Classifier
---------------------------------------------------------------------
Applied tests: Trinormal based ROC and VUS test
Significance level: 0.05
Alternative hypothesis: two.sided
---------------------------------------------------------------------
data: D-, D0 and D+
ROC test statistic: 8.321 , ROC p.value: 0.08051
VUS test statistic: 0.868 , VUS p.value: 0.38533
trinormal VUS: 0.278
Parameters:
a b c d
0.6959 -0.2546 0.4462 0.1083
---------------------------------------------------------------------
══ testthat results ═══════════════════════════════════════════════════════════
OK: 40 SKIPPED: 0 FAILED: 3
1. Failure: boot.test() function (@test_trinROC.R#50)
2. Failure: boot.test() function (@test_trinROC.R#56)
3. Failure: roc.eda(), whole functionality (@test_trinROC.R#116)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64