Last updated on 2021-01-20 02:50:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 10.23 | 662.86 | 673.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 7.73 | 466.03 | 473.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 766.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 767.06 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.5 | 15.00 | 301.00 | 316.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 0.3.5 | 8.77 | 612.88 | 621.65 | OK | |
r-patched-solaris-x86 | 0.3.5 | 907.60 | OK | |||
r-release-linux-x86_64 | 0.3.5 | 9.59 | 622.59 | 632.18 | OK | |
r-release-macos-x86_64 | 0.3.5 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.5 | 18.00 | 309.00 | 327.00 | OK | --no-vignettes |
r-oldrel-macos-x86_64 | 0.3.5 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.5 | 14.00 | 353.00 | 367.00 | ERROR | --no-vignettes |
Version: 0.3.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [151s/151s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Lengths differ: 2 is not 1
── Failure (test-scoreExtract.R:32:3): ScoreImputeSet_extract ──────────────────
c("matrix", "array") not equal to class(ans$impute.time).
Lengths differ: 2 is not 1
── Failure (test-scoreExtract.R:33:3): ScoreImputeSet_extract ──────────────────
c("matrix", "array") not equal to class(ans$impute.event).
Lengths differ: 2 is not 1
── Failure (test-scoreStat.R:168:3): Logrank_Wilcoxon_usersupplied_formula ─────
a$statistic not equal to `/`(...).
1/1 mismatches
[1] -0.0292 - -1.53 == 1.5
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 491 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.3.5
Flags: --no-vignettes
Check: tests
Result: ERROR
Running 'testthat.R' [253s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library("InformativeCensoring")
Loading required package: survival
Attaching package: 'InformativeCensoring'
The following object is masked from 'package:survival':
cox.zph
>
> test_check("InformativeCensoring")
== Failed tests ================================================================
-- Failure (test-gammaImputedata.R:25:3): GammaImputeSet_object ----------------
c("matrix", "array") not equal to class(imputed.data.sets$impute.time).
Lengths differ: 2 is not 1
-- Failure (test-gammaImputedata.R:26:3): GammaImputeSet_object ----------------
c("matrix", "array") not equal to class(imputed.data.sets$impute.event).
Lengths differ: 2 is not 1
-- Failure (test-gammaStat.R:115:3): GammaStatSet ------------------------------
c("matrix", "array") not equal to class(ans$statistics$estimates).
Lengths differ: 2 is not 1
-- Failure (test-gammaStat.R:116:3): GammaStatSet ------------------------------
c("matrix", "array") not equal to class(ans$statistics$vars).
Lengths differ: 2 is not 1
-- Failure (test-gammaStat.R:140:3): GammaStatSet_multiplecovar ----------------
c("matrix", "array") not equal to class(ans$statistics$estimates).
Lengths differ: 2 is not 1
-- Failure (test-gammaStat.R:141:3): GammaStatSet_multiplecovar ----------------
c("matrix", "array") not equal to class(ans$statistics$vars).
Lengths differ: 2 is not 1
-- Failure (test-gammaStat.R:171:3): summary_1_covar ---------------------------
c("matrix", "array") not equal to class(ans).
Lengths differ: 2 is not 1
-- Failure (test-scoreExtract.R:32:3): ScoreImputeSet_extract ------------------
c("matrix", "array") not equal to class(ans$impute.time).
Lengths differ: 2 is not 1
-- Failure (test-scoreExtract.R:33:3): ScoreImputeSet_extract ------------------
c("matrix", "array") not equal to class(ans$impute.event).
Lengths differ: 2 is not 1
-- Failure (test-scoreStat.R:168:3): Logrank_Wilcoxon_usersupplied_formula -----
a$statistic not equal to `/`(...).
1/1 mismatches
[1] -0.0292 - -1.53 == 1.5
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 491 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64