Last updated on 2025-03-06 01:51:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 9.2.6 | 34.38 | 138.69 | 173.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 9.2.6 | 23.57 | 92.81 | 116.38 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 9.2.6 | 277.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 9.2.6 | 288.37 | OK | |||
r-devel-macos-arm64 | 9.2.6 | 82.00 | OK | |||
r-devel-macos-x86_64 | 9.2.6 | 166.00 | OK | |||
r-devel-windows-x86_64 | 9.2.6 | 38.00 | 141.00 | 179.00 | OK | |
r-patched-linux-x86_64 | 9.2.6 | OK | ||||
r-release-linux-x86_64 | 9.2.6 | 32.37 | 128.30 | 160.67 | OK | |
r-release-macos-arm64 | 9.2.6 | 77.00 | OK | |||
r-release-macos-x86_64 | 9.2.6 | 117.00 | OK | |||
r-release-windows-x86_64 | 9.2.6 | 38.00 | 138.00 | 176.00 | OK | |
r-oldrel-macos-arm64 | 9.2.6 | OK | ||||
r-oldrel-macos-x86_64 | 9.2.6 | 179.00 | OK | |||
r-oldrel-windows-x86_64 | 9.2.6 | 50.00 | 169.00 | 219.00 | OK |
Version: 9.2.6
Check: examples
Result: ERROR
Running examples in ‘list-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ict.test
> ### Title: Item Count Technique
> ### Aliases: ict.test
> ### Keywords: models regression
>
> ### ** Examples
>
>
>
> data(affirm)
> data(race)
>
> # Conduct test with null hypothesis that there is no design effect
> # Replicates results on Blair and Imai (2012) pg. 69
>
> test.value.affirm <- ict.test(affirm$y, affirm$treat, J = 3, gms = TRUE)
Warning in Ops.factor(treat, 0) : ‘>’ not meaningful for factors
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
Error in svd(X) : infinite or missing values in 'x'
Calls: ict.test -> ginv -> svd
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 9.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> test_check("list")
Loading required package: list
Loading required package: sandwich
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 0] <= j, y[treat == 1] <= j, alternative = "less") :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), :
not enough 'x' observations
[ FAIL 1 | WARN 1 | SKIP 14 | PASS 24 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (14): 'test-ictreg.R:108:3', 'test-ictreg.R:147:3',
'test-ictreg.R:190:3', 'test-ictreg.R:219:3', 'test-ictreg.R:240:3',
'test-ictreg.R:263:3', 'test-ictreg.R:286:3', 'test-ictreg.R:311:3',
'test-ictreg.R:387:3', 'test-ictreg.joint.R:8:3', 'test-ictregBayes.R:11:3',
'test-ictregBayes.R:205:3', 'test-ictregBayesHier.R:11:3',
'test-ictregBayesHier.R:98:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ict.test.R:9:3'): ict.test works ───────────────────────────────
Error in `svd(X)`: infinite or missing values in 'x'
Backtrace:
▆
1. └─list::ict.test(affirm$y, affirm$treat, J = 3, gms = TRUE) at test-ict.test.R:9:3
2. └─MASS::ginv(cov.pi.y1)
3. └─base::svd(X)
[ FAIL 1 | WARN 1 | SKIP 14 | PASS 24 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc