R Under development (unstable) (2025-05-18 r88216 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("kairos"))[[1]]) == 4 + + tinytest::test_package("kairos", at_home = NOT_CRAN) + } Loading required package: aion Loading required package: dimensio test_aoristic.R............... 0 tests test_aoristic.R............... 0 tests test_aoristic.R............... 0 tests test_aoristic.R............... 1 tests OK test_aoristic.R............... 2 tests OK test_aoristic.R............... 3 tests OK test_aoristic.R............... 4 tests OK test_aoristic.R............... 4 tests OK test_aoristic.R............... 5 tests OK test_aoristic.R............... 5 tests OK test_aoristic.R............... 5 tests OK test_aoristic.R............... 6 tests OK test_aoristic.R............... 7 tests OK test_aoristic.R............... 7 tests OK test_aoristic.R............... 8 tests OK test_aoristic.R............... 9 tests OK test_aoristic.R............... 9 tests OK test_aoristic.R............... 9 tests OK test_aoristic.R............... 10 tests OK test_aoristic.R............... 11 tests OK test_aoristic.R............... 11 tests OK 0.4s test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 0 tests test_apportion.R.............. 1 tests OK test_apportion.R.............. 1 tests OK test_apportion.R.............. 2 tests OK 56ms test_event.R.................. 0 tests test_event.R.................. 5 tests OK 0.4s test_fit.R.................... 0 tests test_fit.R.................... 2 tests OK 94ms test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 1 tests OK test_mcd.R.................... 2 tests OK test_mcd.R.................... 2 tests OK 27ms test_seriation.R.............. 0 tests test_seriation.R.............. 17 tests OK 0.4s test_spartaas.R............... 0 tests test_spartaas.R............... 0 tests 3ms All ok, 39 results (1.4s) > > proc.time() user system elapsed 2.37 0.20 2.56