R Under development (unstable) (2026-03-16 r89642 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 7 | PASS 780 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • MC FIM estimation failed: All Monte Carlo samples failed in FIM estimation (1): 'test-exp_series_md_c1_c2_c3.R:701:7' • 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 7 | PASS 780 ] > > proc.time() user system elapsed 17.12 2.71 19.89