CRAN Package Check Results for Package move2

Last updated on 2026-07-31 02:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 10.50 219.24 229.74 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 7.01 151.56 158.57 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 18.00 338.46 356.46 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 8.00 151.96 159.96 OK
r-devel-windows-x86_64 0.5.0 12.00 200.00 212.00 ERROR
r-patched-linux-x86_64 0.5.0 10.89 202.42 213.31 OK
r-release-linux-x86_64 0.5.0 9.35 196.67 206.02 OK
r-release-macos-arm64 0.5.0 2.00 59.00 61.00 OK
r-release-macos-x86_64 0.5.0 7.00 224.00 231.00 OK
r-release-windows-x86_64 0.5.0 12.00 199.00 211.00 OK
r-oldrel-macos-arm64 0.5.0 2.00 53.00 55.00 OK
r-oldrel-macos-x86_64 0.5.0 7.00 183.00 190.00 OK
r-oldrel-windows-x86_64 0.5.0 16.00 270.00 286.00 OK

Check Details

Version: 0.5.0
Check: tests
Result: ERROR Running 'testthat.R' [80s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(move2) > > > test_check("move2") Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE Saving _problems/test-tidyr-55.R [ FAIL 1 | WARN 56 | SKIP 19 | PASS 812 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-calculate_properties.R:25:3', 'test-movebank_api.R:204:3', 'test-movebank_api.R:256:3', 'test-movebank_api.R:289:3', 'test-movebank_api.R:331:3', 'test-movebank_api.R:358:3', 'test-movebank_api.R:407:3', 'test-movebank_api.R:415:3', 'test-movebank_api.R:428:3', 'test-movebank_api.R:446:3', 'test-movebank_api.R:483:3', 'test-movebank_api.R:536:3', 'test-movebank_api.R:563: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' • Temporarily disabled (1): 'test-mt_read_speed.R:2:3' • empty test (1): 'test-movebank_api.R:273:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tidyr.R:51:3'): reframe and group modify works ───────────────── <dplyr:::mutate_error/rlang_error/error/condition> Error in `st_as_sf(NextMethod(), sf_column_name = sf_column_name)`: i In argument: `as.Date(timestamp)`. Caused by error in `as.Date.POSIXct()`: ! REFCNT on locked WRAPPER data increased to 65535 Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-tidyr.R:51:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─sf::st_crs(...) 5. ├─dplyr::reframe(...) 6. ├─dplyr::group_by(fish, as.Date(timestamp)) 7. ├─move2:::group_by.move2(fish, as.Date(timestamp)) 8. ├─base::NextMethod() 9. ├─sf:::group_by.sf(fish, as.Date(timestamp)) 10. │ └─sf::st_as_sf(NextMethod(), sf_column_name = sf_column_name) 11. ├─base::NextMethod() 12. ├─dplyr:::group_by.data.frame(fish, as.Date(timestamp)) 13. │ └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 14. │ └─dplyr:::add_computed_columns(.data, new_groups, error_call = error_call) 15. │ └─dplyr:::mutate_cols(...) 16. │ ├─base::withCallingHandlers(...) 17. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 18. │ └─mask$eval_all_mutate(quo) 19. │ └─dplyr (local) eval() 20. ├─base::as.Date(timestamp) 21. ├─base::as.Date.POSIXct(timestamp) 22. └─base::.handleSimpleError(...) 23. └─dplyr (local) h(simpleError(msg, call)) 24. └─rlang::abort(message, class = error_class, parent = parent, call = error_call) [ FAIL 1 | WARN 56 | SKIP 19 | PASS 812 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64