Last updated on 2021-03-08 19:51:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 9.84 | 662.07 | 671.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 8.10 | 476.32 | 484.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 766.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 764.67 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.5 | 24.00 | 378.00 | 402.00 | OK | --no-vignettes |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.5 | OK | ||||
r-patched-linux-x86_64 | 0.3.5 | 10.40 | 627.20 | 637.60 | OK | |
r-patched-solaris-x86 | 0.3.5 | 911.00 | OK | |||
r-release-linux-x86_64 | 0.3.5 | 9.98 | 623.24 | 633.22 | OK | |
r-release-macos-x86_64 | 0.3.5 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.5 | 16.00 | 367.00 | 383.00 | OK | --no-vignettes |
r-oldrel-macos-x86_64 | 0.3.5 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.5 | 17.00 | 240.00 | 257.00 | ERROR | --no-vignettes |
Version: 0.3.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [152s/152s]
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' [173s]
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