R version 4.5.0 RC (2025-04-04 r88118 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("ananke"))[[1]]) == 4 + + tinytest::test_package("ananke", at_home = NOT_CRAN) + } Loading required package: aion test_c14_calibrate.R.......... 0 tests test_c14_calibrate.R.......... 0 tests test_c14_calibrate.R.......... 0 tests test_c14_calibrate.R.......... 1 tests OK test_c14_calibrate.R.......... 1 tests OK test_c14_calibrate.R.......... 1 tests OK test_c14_calibrate.R.......... 2 tests OK test_c14_calibrate.R.......... 2 tests OK test_c14_calibrate.R.......... 2 tests OK test_c14_calibrate.R.......... 3 tests OK test_c14_calibrate.R.......... 4 tests OK test_c14_calibrate.R.......... 4 tests OK test_c14_calibrate.R.......... 5 tests OK test_c14_calibrate.R.......... 6 tests OK test_c14_calibrate.R.......... 6 tests OK test_c14_calibrate.R.......... 7 tests OK test_c14_calibrate.R.......... 7 tests OK test_c14_calibrate.R.......... 8 tests OK test_c14_calibrate.R.......... 8 tests OK test_c14_calibrate.R.......... 9 tests OK test_c14_calibrate.R.......... 9 tests OK test_c14_calibrate.R.......... 10 tests OK test_c14_calibrate.R.......... 10 tests OK test_c14_calibrate.R.......... 11 tests OK test_c14_calibrate.R.......... 11 tests OK test_c14_calibrate.R.......... 12 tests OK 0.7s test_c14_combine.R............ 0 tests test_c14_combine.R............ 0 tests test_c14_combine.R............ 0 tests test_c14_combine.R............ 0 tests test_c14_combine.R............ 1 tests OK test_c14_combine.R............ 1 tests OK test_c14_combine.R............ 1 tests OK test_c14_combine.R............ 2 tests OK test_c14_combine.R............ 2 tests OK test_c14_combine.R............ 2 tests OK test_c14_combine.R............ 3 tests OK 20ms test_c14_plot.R............... 0 tests 1ms test_c14_statistics.R......... 0 tests test_c14_statistics.R......... 0 tests test_c14_statistics.R......... 0 tests test_c14_statistics.R......... 1 tests OK test_c14_statistics.R......... 2 tests OK test_c14_statistics.R......... 3 tests OK test_c14_statistics.R......... 3 tests OK test_c14_statistics.R......... 4 tests OK test_c14_statistics.R......... 5 tests OK test_c14_statistics.R......... 6 tests OK 59ms test_f14c.R................... 0 tests test_f14c.R................... 0 tests test_f14c.R................... 1 tests OK test_f14c.R................... 2 tests OK test_f14c.R................... 3 tests OK test_f14c.R................... 3 tests OK test_f14c.R................... 4 tests OK test_f14c.R................... 5 tests OK test_f14c.R................... 6 tests OK test_f14c.R................... 6 tests OK test_f14c.R................... 7 tests OK test_f14c.R................... 7 tests OK test_f14c.R................... 8 tests OK test_f14c.R................... 8 tests OK test_f14c.R................... 8 tests OK test_f14c.R................... 9 tests OK 15ms test_lia.R.................... 0 tests test_lia.R.................... 0 tests test_lia.R.................... 0 tests test_lia.R.................... 1 tests OK test_lia.R.................... 1 tests OK test_lia.R.................... 2 tests OK test_lia.R.................... 2 tests OK test_lia.R.................... 3 tests OK 31ms All ok, 33 results (0.9s) > > proc.time() user system elapsed 1.20 0.14 1.32