R Under development (unstable) (2024-12-09 r87433 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. > 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: 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.2s 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 40ms test_event.R.................. 0 tests test_event.R.................. 0 tests test_event.R.................. 5 tests OK 0.2s test_fit.R.................... 0 tests test_fit.R.................... 0 tests test_fit.R.................... 2 tests OK 64ms test_mcd.R.................... 0 tests test_mcd.R.................... 0 tests test_mcd.R.................... 2 tests OK 0.3s test_seriation.R.............. 0 tests test_seriation.R.............. 0 tests test_seriation.R.............. 17 tests OK 0.2s test_spartaas.R............... 0 tests test_spartaas.R............... 0 tests test_spartaas.R............... 0 tests 2ms All ok, 39 results (1.0s) 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 1.65 0.09 1.73