R Under development (unstable) (2026-03-22 r89674 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # Launch tests for causaldef package > # Preload glue so older waldo/testthat stacks on old R register comparison > # methods without tripping delayed S3 registration bugs. > if (requireNamespace("glue", quietly = TRUE)) { + library(glue) + } > library(testthat) > library(causaldef) > > test_check("causaldef") [ FAIL 0 | WARN 15 | SKIP 1 | PASS 238 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • Guard is only relevant on older R runtimes (1): 'test-advanced_methods.R:181:3' [ FAIL 0 | WARN 15 | SKIP 1 | PASS 238 ] > > proc.time() user system elapsed 56.59 3.09 197.64