R Under development (unstable) (2024-06-13 r86731 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(OneSampleMR) > > test_check("OneSampleMR") Loading required package: Matrix ! curl package not installed, falling back to using `url()` [ FAIL 0 | WARN 0 | SKIP 30 | PASS 13 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-msmm.R:5:3', 'test-msmm.R:589:3', 'test-msmm.R:641:3', 'test-msmm.R:659:3', 'test-msmm.R:677:3', 'test-msmm.R:709:3', 'test-msmm.R:725:3', 'test-msmm.R:741:3', 'test-msmm.R:759:3', 'test-msmm.R:791:3', 'test-msmm.R:816:3', 'test-tsps.R:14:3', 'test-tsps.R:51:3', 'test-tsps.R:88:3', 'test-tsps.R:128:3', 'test-tsps.R:167:3', 'test-tsps.R:191:3', 'test-tsps.R:208:3', 'test-tsps.R:225:3', 'test-tsps.R:245:3', 'test-tsri.R:14:3', 'test-tsri.R:52:3', 'test-tsri.R:84:3', 'test-tsri.R:122:3', 'test-tsri.R:163:3', 'test-tsri.R:203:3', 'test-tsri.R:227:3', 'test-tsri.R:244:3', 'test-tsri.R:261:3', 'test-tsri.R:279:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 13 ] > > proc.time() user system elapsed 2.53 0.50 3.40