R Under development (unstable) (2024-05-21 r86580 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. > library(testthat) > library(move2) > > > test_check("move2") Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE [ FAIL 0 | WARN 8 | SKIP 15 | PASS 751 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-calculate_properties.R:25:3', 'test-movebank_api.R:156:3', 'test-movebank_api.R:195:3', 'test-movebank_api.R:228:3', 'test-movebank_api.R:250:3', 'test-movebank_api.R:280:3', 'test-movebank_api.R:288:3', 'test-movebank_api.R:298:3', 'test-movebank_api.R:316:3', 'test-movebank_api.R:342:3', 'test-movebank_get_vocabulary.R:2:3', 'test-movebank_speed.R:2:3', 'test-movebank_speed.R:39:3', 'test-mt_read_speed.R:2:3' • empty test (1): 'test-movebank_api.R:184:1' [ FAIL 0 | WARN 8 | SKIP 15 | PASS 751 ] > > proc.time() user system elapsed 129.79 28.85 92.00