R Under development (unstable) (2024-11-11 r87319 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(adea) Loading required package: rmarkdown Loading required package: ROI.plugin.glpk Loading required package: ROI.plugin.lpsolve Loading required package: ROI.plugin.symphony > > test_check("adea") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 56 | PASS 161 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (56): 'testadea.R:33:5', 'testadea.R:61:5', 'testadea.R:69:5', 'testadea.R:77:5', 'testadea.R:85:5', 'testadea.R:93:5', 'testcadea.R:35:5', 'testcadea.R:44:5', 'testcadea.R:50:5', 'testcadea.R:79:5', 'testcadea.R:87:5', 'testcadea.R:95:5', 'testcadea.R:103:5', 'testcadea.R:111:5', 'testdea.R:8:5', 'testdea.R:42:5', 'testdea.R:66:5', 'testdea.R:74:5', 'testdea.R:82:5', 'testdea.R:90:5', 'testdea.R:98:5', 'testfsdea.R:7:5', 'testfsdea.R:53:5', 'testfsdea.R:76:5', 'testfsdea.R:84:5', 'testfsdea.R:92:5', 'testfsdea.R:100:5', 'testfsdea.R:108:5', 'testfsdea.R:119:5', 'testfsdea.R:130:5', 'testfsdea.R:141:5', 'testfsdea.R:153:5', 'testfsdea.R:165:5', 'testdemo.R:20:5', 'testdemo.R:31:5', 'testleverage.R:8:5', 'testleverage.R:18:5', 'testleverage.R:28:5', 'testleverage.R:38:5', 'testleverage.R:48:5', 'testleverage.R:58:5', 'testleverage.R:69:5', 'testhierarchical.R:37:5', 'testhierarchical.R:47:5', 'testhierarchical.R:59:5', 'testhierarchical.R:71:5', 'testhierarchical.R:83:5', 'testsolvers.R:19:5', 'testsolvers.R:26:5', 'testsolvers.R:34:5', 'testsolvers.R:42:5', 'testparametric.R:38:5', 'testparametric.R:48:5', 'testparametric.R:60:5', 'testparametric.R:72:5', 'testparametric.R:84:5' [ FAIL 0 | WARN 0 | SKIP 56 | PASS 161 ] > > proc.time() user system elapsed 4.84 0.50 8.98