- using R Under development (unstable) (2024-11-22 r87365)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-8) 14.2.0
GNU Fortran (Debian 14.2.0-8) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘move2/DESCRIPTION’ ... OK
- this is package ‘move2’ version ‘0.3.0’
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘move2’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/3s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/2s] OK
- checking whether startup messages can be suppressed ... [2s/2s] 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 ... [10s/14s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... [5s/8s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [64s/96s] ERROR
Running ‘testthat.R’ [64s/95s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(move2)
>
>
> test_check("move2")
Linking to GEOS 3.13.0, GDAL 3.9.3, PROJ 9.5.0; sf_use_s2() is TRUE
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 750 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-round_trip_rbind.R:39:3'): Rbind different timezones ─────────
mt_time(...) (`actual`) not identical to structure(...) (`expected`).
actual | expected
[4] "1970-01-01 00:00:01" | "1970-01-01 00:00:01" [4]
[5] "1970-01-01 00:00:02" | "1970-01-01 00:00:02" [5]
[6] "1970-01-01 00:00:03" | "1970-01-01 00:00:03" [6]
[7] "1970-01-01 00:00:01" - "1970-01-01 05:00:01" [7]
[8] "1970-01-01 00:00:02" - "1970-01-01 05:00:02" [8]
[9] "1970-01-01 00:00:03" - "1970-01-01 05:00:03" [9]
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 750 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [13s/21s] OK
- checking PDF version of manual ... [4s/7s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR