R Under development (unstable) (2026-03-08 r89578 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. > library(testthat) > library(OneSampleMR) > > test_check("OneSampleMR") Loading required package: Matrix [ FAIL 0 | WARN 0 | SKIP 34 | PASS 16 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-fsw.R:110:3', 'test-fsw.R:1108:3', 'test-fsw.R:1122:3', 'test-fsw.R:1140:3', 'test-msmm.R:5:3', 'test-msmm.R:596:3', 'test-msmm.R:673:3', 'test-msmm.R:691:3', 'test-msmm.R:714:3', 'test-msmm.R:746:3', 'test-msmm.R:762:3', 'test-msmm.R:778:3', 'test-msmm.R:796:3', 'test-msmm.R:832:3', 'test-msmm.R:857:3', 'test-tsps.R:14:3', 'test-tsps.R:51:3', 'test-tsps.R:93:3', 'test-tsps.R:143:3', 'test-tsps.R:187:3', 'test-tsps.R:211:3', 'test-tsps.R:228:3', 'test-tsps.R:249:3', 'test-tsps.R:282:3', 'test-tsri.R:14:3', 'test-tsri.R:52:3', 'test-tsri.R:99:3', 'test-tsri.R:142:3', 'test-tsri.R:193:3', 'test-tsri.R:238:3', 'test-tsri.R:262:3', 'test-tsri.R:279:3', 'test-tsri.R:300:3', 'test-tsri.R:331:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 16 ] > > proc.time() user system elapsed 12.42 2.87 15.28