Last updated on 2026-07-11 20:50:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6-7 | 4.12 | 70.93 | 75.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6-7 | 2.54 | 53.00 | 55.54 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6-8 | 115.94 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6-8 | 6.00 | 130.05 | 136.05 | OK | |
| r-devel-windows-x86_64 | 0.6-7 | 8.00 | 88.00 | 96.00 | ERROR | |
| r-patched-linux-x86_64 | 0.6-7 | 3.48 | 66.88 | 70.36 | OK | |
| r-release-linux-x86_64 | 0.6-7 | 3.70 | 66.42 | 70.12 | OK | |
| r-release-macos-arm64 | 0.6-8 | 1.00 | 24.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.6-8 | 3.00 | 116.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 0.6-7 | 7.00 | 85.00 | 92.00 | OK | |
| r-oldrel-macos-arm64 | 0.6-8 | 1.00 | 29.00 | 30.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6-8 | 3.00 | 125.00 | 128.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6-7 | 9.00 | 105.00 | 114.00 | OK |
Version: 0.6-7
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("ivreg")
>
> test_check("ivreg")
Saving _problems/test-alias-12.R
Saving _problems/test-alias-13.R
Saving _problems/test-alias-20.R
Saving _problems/test-alias-28.R
Saving _problems/test-alias-36.R
[ FAIL 5 | WARN 25 | SKIP 0 | PASS 75 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-alias.R:12:3'): collinear regressors ─────────────────────────
Expected `ivreg(y ~ z1 | x1 + x2, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:13:3'): collinear regressors ─────────────────────────
Expected `ivreg(y ~ z1 + z2 | x1 + x2, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:20:3'): more regressors than instruments ─────────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:28:3'): collinear instrumental variables ─────────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:36:3'): collinear instrumental variables 2 ───────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
[ FAIL 5 | WARN 25 | SKIP 0 | PASS 75 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6-7
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("ivreg")
>
> test_check("ivreg")
Saving _problems/test-alias-12.R
Saving _problems/test-alias-13.R
Saving _problems/test-alias-20.R
Saving _problems/test-alias-28.R
Saving _problems/test-alias-36.R
[ FAIL 5 | WARN 25 | SKIP 0 | PASS 75 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-alias.R:12:3'): collinear regressors ─────────────────────────
Expected `ivreg(y ~ z1 | x1 + x2, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:13:3'): collinear regressors ─────────────────────────
Expected `ivreg(y ~ z1 + z2 | x1 + x2, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:20:3'): more regressors than instruments ─────────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:28:3'): collinear instrumental variables ─────────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
── Failure ('test-alias.R:36:3'): collinear instrumental variables 2 ───────────
Expected `ivreg(y ~ x1 | z1, data = d)` to run silently.
Actual noise: warnings.
[ FAIL 5 | WARN 25 | SKIP 0 | PASS 75 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64