R Under development (unstable) (2024-10-19 r87247 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(mixR) > > test_check("mixR") [ FAIL 0 | WARN 0 | SKIP 42 | PASS 0 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test_CheckData.R:2:3', 'test_bin.R:3:3', 'test_bs.test.R:2:5', 'test_bs.test.R:32:5', 'test_check_inputs_for_rmix.R:2:3', 'test_density.R:4:3', 'test_density.R:27:3', 'test_density.R:53:3', 'test_density.R:82:3', 'test_density.R:106:3', 'test_density.R:135:3', 'test_density.R:165:3', 'test_density.R:189:3', 'test_density.R:218:3', 'test_density.R:248:3', 'test_density.R:271:3', 'test_density.R:299:3', 'test_gammapar.R:2:3', 'test_initz.R:2:3', 'test_lnormpar.R:2:3', 'test_main.R:2:3', 'test_main.R:27:3', 'test_main.R:53:3', 'test_main.R:81:3', 'test_main.R:107:3', 'test_main.R:133:3', 'test_main.R:159:3', 'test_main.R:185:3', 'test_main.R:211:3', 'test_main.R:239:3', 'test_main.R:274:3', 'test_main.R:304:3', 'test_main.R:341:3', 'test_main.R:378:3', 'test_main.R:424:3', 'test_main.R:463:3', 'test_main.R:509:3', 'test_main.R:549:3', 'test_main.R:595:3', 'test_main.R:638:3', 'test_main.R:663:3', 'test_weibullpar.R:2:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 0 ] > > proc.time() user system elapsed 2.12 0.37 6.65