R Under development (unstable) (2025-06-25 r88360 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)) { + ## Force tests to be executed if in dev release + ## (which we define as having a sub-release) + NOT_CRAN <- length(unclass(packageVersion("kinesis"))[[1]]) == 4 + + tinytest::test_package("kinesis", at_home = NOT_CRAN) + } test_calendar.R............... 0 tests test_calendar.R............... 0 tests test_calendar.R............... 0 tests test_calendar.R............... 0 tests test_calendar.R............... 1 tests OK test_calendar.R............... 2 tests OK 1.0s test_coda.R................... 0 tests test_coda.R................... 0 tests test_coda.R................... 0 tests test_coda.R................... 0 tests test_coda.R................... 0 tests test_coda.R................... 11 tests OK test_coda.R................... 11 tests OK test_coda.R................... 11 tests OK test_coda.R................... 11 tests OK test_coda.R................... 11 tests OK test_coda.R................... 14 tests OK 4.9s test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests test_coda_barplot.R........... 0 tests 8ms test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 0 tests test_coda_logratio.R.......... 2 tests OK test_coda_logratio.R.......... 5 tests OK test_coda_logratio.R.......... 5 tests OK 0.3s test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 0 tests test_coda_statistics.R........ 5 tests OK test_coda_statistics.R........ 5 tests OK test_coda_statistics.R........ 5 tests OK test_coda_statistics.R........ 10 tests OK test_coda_statistics.R........ 10 tests OK 0.3s test_graphics.R............... 0 tests test_graphics.R............... 0 tests test_graphics.R............... 0 tests test_graphics.R............... 0 tests test_graphics.R............... 1 tests OK test_graphics.R............... 1 tests OK test_graphics.R............... 2 tests OK test_graphics.R............... 2 tests OK test_graphics.R............... 3 tests OK test_graphics.R............... 3 tests OK test_graphics.R............... 4 tests OK 0.3s test_help.R................... 0 tests test_help.R................... 0 tests test_help.R................... 1 tests OK test_help.R................... 2 tests OK test_help.R................... 3 tests OK test_help.R................... 4 tests OK test_help.R................... 4 tests OK test_help.R................... 5 tests OK test_help.R................... 5 tests OK test_help.R................... 6 tests OK test_help.R................... 6 tests OK test_help.R................... 7 tests OK test_help.R................... 7 tests OK test_help.R................... 8 tests OK test_help.R................... 8 tests OK test_help.R................... 9 tests OK test_help.R................... 9 tests OK test_help.R................... 10 tests OK test_help.R................... 10 tests OK test_help.R................... 11 tests OK 0.2s test_import.R................. 0 tests test_import.R................. 0 tests test_import.R................. 0 tests test_import.R................. 0 tests test_import.R................. 3 tests OK 88ms test_inputs.R................. 0 tests test_inputs.R................. 0 tests test_inputs.R................. 0 tests test_inputs.R................. 1 tests OK test_inputs.R................. 1 tests OK test_inputs.R................. 3 tests OK test_inputs.R................. 3 tests OK test_inputs.R................. 5 tests OK 0.1s test_plot.R................... 0 tests test_plot.R................... 0 tests test_plot.R................... 0 tests test_plot.R................... 0 tests test_plot.R................... 1 tests OK 73ms test_prepare.R................ 0 tests test_prepare.R................ 0 tests test_prepare.R................ 0 tests test_prepare.R................ 0 tests test_prepare.R................ 0 tests test_prepare.R................ 0 tests test_prepare.R................ 2 tests OK test_prepare.R................ 5 tests OK test_prepare.R................ 9 tests OK 0.5s test_run.R.................... 0 tests test_run.R.................... 1 tests OK test_run.R.................... 2 tests OK test_run.R.................... 2 tests OK test_run.R.................... 3 tests OK test_run.R.................... 4 tests OK test_run.R.................... 4 tests OK test_run.R.................... 5 tests OK test_run.R.................... 6 tests OK 30ms test_ternary.R................ 0 tests test_ternary.R................ 0 tests test_ternary.R................ 0 tests test_ternary.R................ 0 tests test_ternary.R................ 0 tests test_ternary.R................ 6 tests OK test_ternary.R................ 6 tests OK 0.5s All ok, 76 results (8.3s) There were 16 warnings (use warnings() to see them) > > proc.time() user system elapsed 8.46 0.78 9.23