R Under development (unstable) (2023-12-12 r85669 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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.11.2, GDAL 3.7.2, PROJ 9.3.0; sf_use_s2() is TRUE Joining with `by = join_by(`individual-local-identifier`)` [ FAIL 0 | WARN 8 | SKIP 14 | PASS 660 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-calculate_properties.R:25:3', 'test-movebank_api.R:148:3', 'test-movebank_api.R:187:3', 'test-movebank_api.R:218:3', 'test-movebank_api.R:248:3', 'test-movebank_api.R:256:3', 'test-movebank_api.R:266:3', 'test-movebank_api.R:284:3', 'test-movebank_api.R:310: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:176:1' [ FAIL 0 | WARN 8 | SKIP 14 | PASS 660 ] > > proc.time() user system elapsed 119.68 24.59 89.68