R Under development (unstable) (2025-09-25 r88874 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("ArchaeoPhases"))[[1]]) == 4 + + tinytest::test_package("ArchaeoPhases", at_home = NOT_CRAN) + } Loading required package: aion Breaking changes! ArchaeoPhases v2.0 is the result of a complete code rewrite. For further details, please consult the changelog. test_activity.R............... 0 tests test_activity.R............... 0 tests test_activity.R............... 0 tests test_activity.R............... 0 tests test_activity.R............... 1 tests OK test_activity.R............... 2 tests OK test_activity.R............... 2 tests OK 0.5s test_allen.R.................. 0 tests test_allen.R.................. 0 tests test_allen.R.................. 0 tests test_allen.R.................. 0 tests test_allen.R.................. 0 tests test_allen.R.................. 1 tests OK test_allen.R.................. 1 tests OK test_allen.R.................. 2 tests OK test_allen.R.................. 3 tests OK test_allen.R.................. 4 tests OK test_allen.R.................. 4 tests OK test_allen.R.................. 4 tests OK test_allen.R.................. 5 tests OK test_allen.R.................. 5 tests OK test_allen.R.................. 5 tests OK test_allen.R.................. 6 tests OK test_allen.R.................. 6 tests OK test_allen.R.................. 6 tests OK test_allen.R.................. 7 tests OK test_allen.R.................. 7 tests OK test_allen.R.................. 8 tests OK test_allen.R.................. 8 tests OK test_allen.R.................. 8 tests OK test_allen.R.................. 8 tests OK test_allen.R.................. 9 tests OK test_allen.R.................. 9 tests OK test_allen.R.................. 9 tests OK test_allen.R.................. 9 tests OK test_allen.R.................. 10 tests OK test_allen.R.................. 10 tests OK test_allen.R.................. 10 tests OK test_allen.R.................. 10 tests OK test_allen.R.................. 11 tests OK 25ms test_boundaries.R............. 0 tests test_boundaries.R............. 0 tests test_boundaries.R............. 0 tests test_boundaries.R............. 0 tests test_boundaries.R............. 1 tests OK 0.2s test_events.R................. 0 tests test_events.R................. 0 tests test_events.R................. 0 tests test_events.R................. 1 tests OK test_events.R................. 1 tests OK 0.1s test_hiatus.R................. 0 tests test_hiatus.R................. 0 tests test_hiatus.R................. 0 tests test_hiatus.R................. 0 tests test_hiatus.R................. 1 tests OK test_hiatus.R................. 1 tests OK test_hiatus.R................. 1 tests OK test_hiatus.R................. 1 tests OK test_hiatus.R................. 2 tests OK 0.5s test_interval.R............... 0 tests test_interval.R............... 0 tests test_interval.R............... 0 tests test_interval.R............... 0 tests test_interval.R............... 1 tests OK test_interval.R............... 1 tests OK test_interval.R............... 2 tests OK test_interval.R............... 2 tests OK test_interval.R............... 2 tests OK test_interval.R............... 2 tests OK test_interval.R............... 3 tests OK test_interval.R............... 3 tests OK test_interval.R............... 4 tests OK 0.2s test_occurrence.R............. 0 tests test_occurrence.R............. 0 tests test_occurrence.R............. 0 tests test_occurrence.R............. 0 tests test_occurrence.R............. 1 tests OK test_occurrence.R............. 1 tests OK 0.1s test_older.R.................. 0 tests test_older.R.................. 0 tests test_older.R.................. 0 tests test_older.R.................. 0 tests test_older.R.................. 1 tests OK test_older.R.................. 1 tests OK test_older.R.................. 2 tests OK 80ms test_phases.R................. 0 tests test_phases.R................. 0 tests test_phases.R................. 0 tests test_phases.R................. 0 tests test_phases.R................. 1 tests OK test_phases.R................. 1 tests OK test_phases.R................. 2 tests OK test_phases.R................. 2 tests OK 0.4s test_read.R................... 0 tests test_read.R................... 0 tests 3ms test_summary.R................ 0 tests test_summary.R................ 0 tests test_summary.R................ 0 tests test_summary.R................ 1 tests OK test_summary.R................ 1 tests OK test_summary.R................ 2 tests OK 0.2s test_tempo.R.................. 0 tests test_tempo.R.................. 0 tests test_tempo.R.................. 0 tests test_tempo.R.................. 0 tests test_tempo.R.................. 1 tests OK test_tempo.R.................. 1 tests OK 0.4s test_transition.R............. 0 tests test_transition.R............. 0 tests test_transition.R............. 0 tests test_transition.R............. 0 tests test_transition.R............. 1 tests OK 0.2s All ok, 30 results (2.9s) > > > proc.time() user system elapsed 3.31 0.25 3.50