R Under development (unstable) (2025-02-08 r87709 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. > library(testthat) > library(move2) > > > test_check("move2") Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE [ FAIL 0 | WARN 20 | SKIP 17 | PASS 756 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-calculate_properties.R:25:3', 'test-movebank_api.R:156:3', 'test-movebank_api.R:186:3', 'test-movebank_api.R:208:3', 'test-movebank_api.R:241:3', 'test-movebank_api.R:265:3', 'test-movebank_api.R:298:3', 'test-movebank_api.R:306:3', 'test-movebank_api.R:316:3', 'test-movebank_api.R:334:3', 'test-movebank_api.R:360:3', 'test-movebank_get_vocabulary.R:2:3', 'test-movebank_get_vocabulary.R:27:3', 'test-movebank_speed.R:2:3', 'test-movebank_speed.R:44:3', 'test-mt_read_speed.R:2:3' • empty test (1): 'test-movebank_api.R:197:1' [ FAIL 0 | WARN 20 | SKIP 17 | PASS 756 ] > > proc.time() user system elapsed 91.21 32.18 60.71