R Under development (unstable) (2026-02-24 r89478 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. > # This file is part of the standard testthat testing framework setup > library(testthat) > library(maskedcauses) > > test_check("maskedcauses") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 791 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-exp_series_md_c1_c2_c3.R:388:3', 'test-md_series.R:289:3', 'test-series_md_generics.R:345:3', 'test-series_md_generics.R:363:3', 'test-series_md_generics.R:406:3', 'test-wei_series_homogeneous_md_c1_c2_c3.R:264:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 791 ] > > proc.time() user system elapsed 17.81 2.45 23.00