- using R version 4.5.2 Patched (2026-02-13 r89426 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'move2/DESCRIPTION' ... OK
- this is package 'move2' version '0.4.5'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'move2' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [2s] OK
- checking whether the package can be unloaded cleanly ... [2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [2s] OK
- checking whether startup messages can be suppressed ... [1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [8s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [10s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [74s] ERROR
Running 'testthat.R' [73s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(move2)
>
>
> test_check("move2")
Linking to GEOS 3.13.1, GDAL 3.11.4, PROJ 9.7.0; sf_use_s2() is TRUE
Saving _problems/test-mt_stack-99.R
[ FAIL 1 | WARN 20 | SKIP 17 | PASS 751 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (15): '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'
• Temporarily disabled (1): 'test-mt_read_speed.R:2:3'
• empty test (1): 'test-movebank_api.R:197:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mt_stack.R:93:3'): mt_stack with different types ───────────────
Error: CRS mismatch: NA vs EPSG:4326
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-mt_stack.R:93:3
2. │ └─base::withCallingHandlers(...)
3. ├─testthat::expect_error(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─move2::mt_stack(...)
10. └─dplyr::bind_rows(dots)
11. └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
12. └─vctrs (local) `<fn>`()
13. └─sf:::vec_ptype2.sf.sf(...)
14. └─sf:::sf_ptype2(x, y, ...)
15. └─vctrs::df_ptype2(x, y, ...)
16. └─vctrs (local) `<fn>`()
17. └─sf:::vec_ptype2.sfc_POINT.sfc_POINT(...)
18. └─sf:::vec_ptype2_impl(x, y)
19. └─sf:::check_same_crs(x, y)
[ FAIL 1 | WARN 20 | SKIP 17 | PASS 751 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [16s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [6s] OK
- DONE
Status: 1 ERROR