Last updated on 2025-11-14 01:51:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 6.56 | 67.42 | 73.98 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.70 | 48.88 | 53.58 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 14.00 | 101.91 | 115.91 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 17.00 | 115.61 | 132.61 | ERROR | |
| r-devel-windows-x86_64 | 0.1.0 | 8.00 | 78.00 | 86.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.0 | 6.54 | 63.17 | 69.71 | NOTE | |
| r-release-linux-x86_64 | 0.1.0 | 4.43 | 62.58 | 67.01 | NOTE | |
| r-release-macos-arm64 | 0.1.0 | 3.00 | 35.00 | 38.00 | NOTE | |
| r-release-macos-x86_64 | 0.1.0 | 5.00 | 72.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 15.00 | 78.00 | 93.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.1.0 | 3.00 | 39.00 | 42.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 4.00 | 54.00 | 58.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 11.00 | 96.00 | 107.00 | OK |
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘model-table.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/63s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rmdl)
Loading required package: vctrs
Loading required package: tibble
Attaching package: 'tibble'
The following object is masked from 'package:vctrs':
data_frame
Attaching package: 'rmdl'
The following object is masked from 'package:testthat':
describe
>
> test_check("rmdl")
Interaction term `green` was applied to exposure term `witch`
Interaction term `green` was applied to exposure term `witch`
Interaction term `west` was applied to exposure term `witch`
Using `fundamental` decomposition pattern:
- Mediation term: NA
- Stratifying term: NA
Using `fundamental` decomposition pattern:
- Mediation term: NA
- Stratifying term: NA
Interaction term `green` was applied to exposure term `witch`
Saving _problems/test-terms-213.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 206 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• Skipping (1): 'test-formulas.R:57:2'
• empty test (3): 'test-interaction.R:41:1', 'test-model-table.R:272:1',
'test-patterns.R:36:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-terms.R:213:2'): interaction terms are appropriately made ──────
Error in `expect(length(t), 5)`: `ok` must be `TRUE` or `FALSE`, not the number 5.
Backtrace:
▆
1. └─testthat::expect(ok = length(t)) at test-terms.R:213:9
2. └─testthat:::check_bool(ok)
3. └─testthat:::stop_input_type(...)
4. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 206 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc