R Under development (unstable) (2024-10-11 r87227 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)) { + ## home <- FALSE + home <- identical(Sys.info()["nodename"], "otaria") + tinytest::test_package("diveMove", at_home=home) + } Loading required package: stats4 This is diveMove 1.6.4. For overview type vignette("diveMove") test_calibrations.R........... 0 tests test_calibrations.R........... 0 tests test_calibrations.R........... 0 tests test_calibrations.R........... 0 tests test_calibrations.R........... 0 tests test_calibrations.R........... 1 tests OK Record is truncated at the beginning 6 phases detected 323 dives detected test_calibrations.R........... 1 tests OK test_calibrations.R........... 1 tests OK test_calibrations.R........... 1 tests OK test_calibrations.R........... 1 tests OK test_calibrations.R........... 2 tests OK test_calibrations.R........... 3 tests OK test_calibrations.R........... 3 tests OK Record is complete 7 phases detected test_calibrations.R........... 3 tests OK test_calibrations.R........... 4 tests OK test_calibrations.R........... 5 tests OK test_calibrations.R........... 6 tests OK test_calibrations.R........... 6 tests OK test_calibrations.R........... 7 tests OK test_calibrations.R........... 8 tests OK 816 dives detected test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 8 tests OK test_calibrations.R........... 9 tests OK test_calibrations.R........... 10 tests OK test_calibrations.R........... 10 tests OK test_calibrations.R........... 11 tests OK test_calibrations.R........... 11 tests OK test_calibrations.R........... 12 tests OK 31.4s test_classes.R................ 0 tests test_classes.R................ 0 tests test_classes.R................ 1 tests OK test_classes.R................ 1 tests OK test_classes.R................ 2 tests OK test_classes.R................ 2 tests OK test_classes.R................ 2 tests OK test_classes.R................ 2 tests OK test_classes.R................ 3 tests OK test_classes.R................ 3 tests OK test_classes.R................ 4 tests OK test_classes.R................ 5 tests OK test_classes.R................ 6 tests OK test_classes.R................ 6 tests OK test_classes.R................ 7 tests OK test_classes.R................ 7 tests OK test_classes.R................ 7 tests OK test_classes.R................ 7 tests OK test_classes.R................ 8 tests OK test_classes.R................ 9 tests OK test_classes.R................ 9 tests OK test_classes.R................ 9 tests OK test_classes.R................ 9 tests OK test_classes.R................ 9 tests OK test_classes.R................ 10 tests OK test_classes.R................ 11 tests OK test_classes.R................ 12 tests OK test_classes.R................ 12 tests OK test_classes.R................ 13 tests OK test_classes.R................ 14 tests OK test_classes.R................ 15 tests OK test_classes.R................ 15 tests OK test_classes.R................ 15 tests OK test_classes.R................ 15 tests OK test_classes.R................ 16 tests OK test_classes.R................ 16 tests OK test_classes.R................ 16 tests OK test_classes.R................ 17 tests OK test_classes.R................ 17 tests OK test_classes.R................ 17 tests OK test_classes.R................ 17 tests OK test_classes.R................ 18 tests OK 4.4s test_stats.R.................. 0 tests test_stats.R.................. 0 tests Record is complete 7 phases detected 323 dives detected test_stats.R.................. 0 tests test_stats.R.................. 0 tests test_stats.R.................. 0 tests test_stats.R.................. 1 tests OK test_stats.R.................. 1 tests OK test_stats.R.................. 2 tests OK test_stats.R.................. 2 tests OK test_stats.R.................. 3 tests OK test_stats.R.................. 3 tests OK Record is complete 7 phases detected 323 dives detected test_stats.R.................. 3 tests OK test_stats.R.................. 3 tests OK test_stats.R.................. 3 tests OK test_stats.R.................. 4 tests OK 59.5s All ok, 34 results (1m 35.3s) > > proc.time() user system elapsed 91.98 5.50 98.96