R Under development (unstable) (2024-06-18 r86781 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(REndo) > library(Formula) > > test_check("REndo") | | | 0% | |=================================== | 50% | |======================================================================| 100% | | | 0% | |=================================== | 50% | |======================================================================| 100% | | | 0% | |=================================== | 50% | |======================================================================| 100% | | | 0% | |=================================== | 50% | |======================================================================| 100% [ FAIL 0 | WARN 0 | SKIP 30 | PASS 2155 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-correctness_copulacorrections.R:14:3', 'test-correctness_copulacorrections.R:90:3', 'test-correctness_copulacorrections.R:204:3', 'test-correctness_latentIV.R:10:3', 'test-correctness_multilevel.R:12:3', 'test-correctness_multilevel.R:62:3', 'test-correctness_multilevel.R:120:3', 'test-correctness_multilevel.R:151:3', 'test-correctness_multilevel.R:185:3', 'test-correctness_multilevel.R:213:3', 'test-correctness_multilevel.R:228:3', 'test-correctness_multilevel.R:293:3', 'test-runability_copulacorrection.R:12:3', 'test-runability_copulacorrection.R:30:3', 'test-runability_copulacorrection.R:90:3', 'test-runability_copulacorrection.R:184:3', 'test-runability_copulacorrection.R:204:3', 'test-runability_copulacorrection.R:219:3', 'test-runability_copulacorrection.R:303:3', 'test-runability_copulacorrection.R:316:3', 'test-runability_multilevel.R:22:3', 'test-runability_multilevel.R:61:3', 'test-runability_multilevel.R:75:3', 'test-runability_multilevel.R:93:3', 'test-runability_multilevel.R:103:3', 'test-runability_multilevel.R:112:3', 'test-runability_multilevel.R:124:3', 'test-runability_multilevel.R:136:3', 'test-runability_multilevel.R:157:3', 'test-s3methods_copualcorrection.R:46:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 2155 ] > > proc.time() user system elapsed 142.82 16.15 159.14