R Under development (unstable) (2026-03-04 r89536 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > library(testthat) > library(actel) Welcome to actel (1.4.0)! Run ?actel for starting tips. > > test_check("actel") [ FAIL 0 | WARN 0 | SKIP 50 | PASS 38 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (50): 'test_CJS_functions.R:1:1', 'test_CJS_functions_2_releases.R:1:1', 'test_array_movement_checks.R:1:1', 'test_collectStrays.R:1:1', 'test_convertLotekCDMAFile.R:1:1', 'test_createStandards.R:1:1', 'test_createUniqueSerials.R:1:1', 'test_distancesMatrix_functions.R:1:1', 'test_dotList.R:1:1', 'test_dotMatrix.R:1:1', 'test_explore.R:1:1', 'test_getSpeeds.R:1:1', 'test_getTimes.R:1:1', 'test_groupMovements.R:1:1', 'test_helpers.R:1:1', 'test_loadBio.R:1:1', 'test_loadDeployments.R:1:1', 'test_loadDetections.R:1:1', 'test_loadDistances.R:1:1', 'test_loadDot.R:1:1', 'test_loadSpatial.R:1:1', 'test_loadStudyData.R:1:1', 'test_migration.R:14:2', 'test_migration.R:118:2', 'test_migration.R:135:2', 'test_migration.R:163:2', 'test_migration.R:178:2', 'test_migration_helpers.R:1:1', 'test_plotArray.R:1:1', 'test_plotDetections.R:1:1', 'test_plotDot.R:1:1', 'test_plotLive.R:1:1', 'test_plotMoves.R:1:1', 'test_plotRatios.R:1:1', 'test_plotResidency.R:1:1', 'test_plotSensors.R:1:1', 'test_plotTimes.R:1:1', 'test_preload.R:1:1', 'test_print_extremes.R:1:1', 'test_readDot.R:1:1', 'test_residency.R:42:2', 'test_residency.R:65:2', 'test_residency.R:97:2', 'test_residency.R:111:2', 'test_residency.R:155:2', 'test_residency_helpers.R:1:1', 'test_sectionMovements.R:1:1', 'test_splitDetections.R:1:1', 'test_timesToCircular.R:1:1', 'test_transformSpatial.R:1:1' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 38 ] > > proc.time() user system elapsed 13.92 2.53 16.57