R Under development (unstable) (2024-02-25 r85988 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............... 1 tests OK test_aoristic.R............... 1 tests OK test_aoristic.R............... 2 tests OK test_aoristic.R............... 2 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 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 50ms test_event.R.................. 3 tests OK 0.2s test_fit.R.................... 2 tests OK 81ms test_mcd.R.................... 2 tests OK 0.3s test_seriation.R.............. 12 tests OK 0.4s All ok, 28 results (1.3s) > > proc.time() user system elapsed 1.98 0.09 2.07