Last updated on 2026-05-07 01:51:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 13.46 | 268.81 | 282.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 10.23 | 176.27 | 186.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 22.00 | 410.29 | 432.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 24.00 | 480.30 | 504.30 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 14.00 | 243.00 | 257.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 12.29 | 251.90 | 264.19 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 12.68 | 252.63 | 265.31 | OK | |
| r-release-macos-arm64 | 1.0.1 | 3.00 | 61.00 | 64.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 9.00 | 303.00 | 312.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 15.00 | 243.00 | 258.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 4.00 | 61.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 10.00 | 355.00 | 365.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 19.00 | 352.00 | 371.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hettx)
>
> test_check("hettx")
Saving _problems/test_estimate_systematic-100.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 63 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_cross_branch_equivalence.R:21:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_estimate_systematic.R:99:5'): Main complier methods work ───────
Error in `est_beta_LATE(formula = formula, data = data, interaction.formula = interaction.formula, method = method, na.rm = na.rm)`: min(n11, n10, n01, n00) > 1 is not TRUE
Backtrace:
▆
1. └─hettx::estimate_systematic(...) at test_estimate_systematic.R:99:5
2. └─hettx:::est_beta_LATE(...)
3. └─base::stopifnot(min(n11, n10, n01, n00) > 1)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc