R version 4.5.0 beta (2025-04-02 r88102 ucrt) -- "How About a Twenty-Six" 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............... 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.3s 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 67ms test_event.R.................. 0 tests test_event.R.................. 0 tests test_event.R.................. 5 tests OK 0.5s test_fit.R.................... 0 tests test_fit.R.................... 0 tests test_fit.R.................... 2 tests OK 0.1s test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 2 tests OK 0.4s test_seriation.R.............. 0 tests test_seriation.R.............. 0 tests test_seriation.R.............. 17 tests OK 0.3s test_spartaas.R............... 0 tests test_spartaas.R............... 0 tests test_spartaas.R............... 0 tests 4ms All ok, 39 results (1.8s) Warning messages: 1: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows 2: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows 3: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows 4: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows 5: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows 6: In Sys.setlocale("LC_MESSAGES", "en_GB.UTF-8") : LC_MESSAGES does not exist on Windows > > proc.time() user system elapsed 2.75 0.34 3.01