R Under development (unstable) (2025-02-20 r87772 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("qbinplots") + } test_funq_plot.R.............. 0 tests `x` variable not specified, using first numeric column: 'Sepal.Length' `overlap` not specified, using `overlap=FALSE` `min_bin_size`=12, using `n=12` test_funq_plot.R.............. 0 tests test_funq_plot.R.............. 1 tests OK test_funq_plot.R.............. 2 tests OK test_funq_plot.R.............. 2 tests OK 0.2s [Exited at #13: 'at_home()' is not TRUE] test_qbin.R................... 0 tests test_qbin.R................... 0 tests test_qbin.R................... 1 tests OK test_qbin.R................... 2 tests OK test_qbin.R................... 2 tests OK test_qbin.R................... 3 tests OK test_qbin.R................... 4 tests OK test_qbin.R................... 5 tests OK test_qbin.R................... 6 tests OK test_qbin.R................... 7 tests OK test_qbin.R................... 8 tests OK test_qbin.R................... 9 tests OK test_qbin.R................... 10 tests OK test_qbin.R................... 11 tests OK test_qbin.R................... 12 tests OK test_qbin.R................... 13 tests OK test_qbin.R................... 14 tests OK test_qbin.R................... 15 tests OK test_qbin.R................... 16 tests OK test_qbin.R................... 17 tests OK test_qbin.R................... 18 tests OK test_qbin.R................... 19 tests OK test_qbin.R................... 20 tests OK test_qbin.R................... 20 tests OK test_qbin.R................... 21 tests OK test_qbin.R................... 22 tests OK test_qbin.R................... 23 tests OK 0.3s test_qbin_barplot.R........... 0 tests test_qbin_barplot.R........... 0 tests `x` variable not specified, using first numeric column: 'Sepal.Length' `overlap` not specified, using `overlap=FALSE` `min_bin_size`=12, using `n=12` test_qbin_barplot.R........... 0 tests test_qbin_barplot.R........... 0 tests 53ms [Exited at #9: 'at_home' is not TRUE] test_qbin_boxplot.R........... 0 tests test_qbin_boxplot.R........... 0 tests `x` variable not specified, using first numeric column: 'Sepal.Length' `overlap` not specified, using `overlap=FALSE` `min_bin_size`=12, using `n=12` test_qbin_boxplot.R........... 0 tests test_qbin_boxplot.R........... 0 tests 0.1s [Exited at #9: 'at_home()' is not TRUE] test_table_plot.R............. 0 tests test_table_plot.R............. 0 tests `overlap` not specified, using `overlap=FALSE` `min_bin_size`=12, using `n=12` test_table_plot.R............. 0 tests 56ms All ok, 25 results (0.7s) > > > proc.time() user system elapsed 1.26 0.14 1.40