R Under development (unstable) (2024-07-03 r86870 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(vioplot) Loading required package: sm Package 'sm', version 2.2-6.0: type help(sm) for summary information Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric > > test_check("vioplot") [ FAIL 0 | WARN 0 | SKIP 77 | PASS 0 ] ══ Skipped tests (77) ══════════════════════════════════════════════════════════ • empty test (77): 'test_histoplot_customisation.R:4:1', 'test_histoplot_customisation.R:13:1', 'test_histoplot_customisation.R:18:1', 'test_histoplot_customisation.R:21:1', 'test_histoplot_customisation.R:24:1', 'test_histoplot_customisation.R:28:1', 'test_histoplot_customisation.R:33:1', 'test_histoplot_formula.R:4:1', 'test_histoplot_formula.R:9:1', 'test_histoplot_formula.R:13:1', 'test_histoplot_formula.R:17:1', 'test_histoplot_formula.R:20:1', 'test_violin_area.R:4:1', 'test_violin_area.R:12:1', 'test_violin_area.R:15:1', 'test_violin_area.R:18:1', 'test_violin_area.R:21:1', 'test_violin_classes.R:4:1', 'test_violin_classes.R:10:1', 'test_violin_classes.R:16:1', 'test_violin_classes.R:22:1', 'test_violin_customisation.R:4:1', 'test_violin_customisation.R:13:1', 'test_violin_customisation.R:18:1', 'test_violin_customisation.R:21:1', 'test_violin_customisation.R:24:1', 'test_violin_customisation.R:28:1', 'test_violin_customisation.R:33:1', 'test_violin_formula.R:4:1', 'test_violin_formula.R:9:1', 'test_violin_formula.R:13:1', 'test_violin_formula.R:17:1', 'test_violin_formula.R:20:1', 'test_violin_median.R:4:1', 'test_violin_median.R:11:1', 'test_violin_median.R:15:1', 'test_violin_median.R:20:1', 'test_violin_na_handle.R:4:1', 'test_violin_na_handle.R:10:1', 'test_violin_na_handle.R:14:1', 'test_violin_na_handle.R:18:1', 'test_violin_na_handle.R:21:1', 'test_violin_names.R:4:1', 'test_violin_names.R:10:1', 'test_violin_side.R:4:1', 'test_violin_unequal_groups.R:13:1', 'test_violin_unequal_groups.R:18:1', 'test_ylog.R:4:1', 'test_ylog.R:11:1', 'test_ylog.R:14:1', 'test_ylog.R:19:1', 'test_ylog.R:22:1', 'test_ylog.R:25:1', 'test_ylog.R:30:1', 'test_ylog.R:33:1', 'test_ylog.R:36:1', 'test_ylog.R:39:1', 'test_ylog.R:42:1', 'test_ylog.R:47:1', 'test_ylog.R:50:1', 'test_ylog.R:57:1', 'test_ylog.R:64:1', 'test_ylog.R:67:1', 'test_ylog.R:70:1', 'test_ylog.R:73:1', 'test_ylog.R:78:1', 'test_ylog.R:81:1', 'test_ylog.R:84:1', 'test_ylog.R:89:1', 'test_ylog.R:92:1', 'test_ylog.R:95:1', 'test_ylog.R:98:1', 'test_ylog.R:101:1', 'test_ylog.R:104:1', 'test_ylog.R:109:1', 'test_ylog.R:112:1', 'test_ylog.R:115:1' [ FAIL 0 | WARN 0 | SKIP 77 | PASS 0 ] > > proc.time() user system elapsed 3.54 0.48 3.96