R Under development (unstable) (2024-06-14 r86747 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("ArchaeoPhases"))[[1]]) == 4 + + tinytest::test_package("ArchaeoPhases", at_home = NOT_CRAN) + } ArchaeoPhases v2.0 brings a comprehensive package rewrite, resulting in the renaming of nearly all functions. 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............... 1 tests OK test_activity.R............... 2 tests OK test_activity.R............... 2 tests OK 0.9s 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 30ms 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................. 1 tests OK test_events.R................. 1 tests OK 80ms 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.6s 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.3s 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.2s 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 83ms 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.6s 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.3s 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.5s 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 (3.9s) > > > proc.time() user system elapsed 4.14 0.68 4.81