R Under development (unstable) (2024-04-23 r86473 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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` Interaction term `green` was applied to exposure term `witch` Interaction term `west` was applied to exposure term `witch` [ FAIL 0 | WARN 0 | SKIP 4 | PASS 216 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 216 ] > > proc.time() user system elapsed 6.45 0.60 7.04