- using R version 4.5.1 (2025-06-13 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'worrms/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'worrms' version '0.4.3'
- 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 'worrms' 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 ... [0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s] OK
- checking loading without being on the library search path ... [0s] 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 ... [3s] 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 ... [1s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [39s] ERROR
Running 'test-all.R' [39s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library("testthat")
> test_check("worrms")
Loading required package: worrms
[ FAIL 2 | WARN 3 | SKIP 34 | PASS 157 ]
══ Skipped tests (34) ══════════════════════════════════════════════════════════
• On CRAN (34): 'test-wm_children.R:40:3', 'test-wm_children.R:86:3',
'test-wm_classification.R:14:3', 'test-wm_classification.R:43:3',
'test-wm_common_id.R:14:3', 'test-wm_common_id.R:45:3',
'test-wm_distribution.R:13:3', 'test-wm_distribution.R:41:3',
'test-wm_external.R:22:3', 'test-wm_external.R:51:3',
'test-wm_id2name.R:13:3', 'test-wm_id2name.R:42:3', 'test-wm_name2id.R:13:3',
'test-wm_name2id.R:40:3', 'test-wm_ranks.R:13:3', 'test-wm_ranks.R:37:3',
'test-wm_record.R:13:3', 'test-wm_record.R:36:3',
'test-wm_record_by_external.R:33:3', 'test-wm_record_by_external.R:60:3',
'test-wm_records_common.R:41:3', 'test-wm_records_common.R:66:3',
'test-wm_records_date.R:4:3', 'test-wm_records_date.R:16:3',
'test-wm_records_name.R:27:3', 'test-wm_records_names.R:16:3',
'test-wm_records_names.R:24:3', 'test-wm_records_rank.R:12:3',
'test-wm_records_taxamatch.R:16:3', 'test-wm_records_taxamatch.R:27:3',
'test-wm_sources.R:17:3', 'test-wm_sources.R:38:3',
'test-wm_synonyms.R:19:3', 'test-wm_synonyms.R:41:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-wm_children.R:72:3'): wm_children_ basic usage works ─────────
NROW(bb) is not strictly more than NROW(aa). Difference: 0
── Failure ('test-wm_children.R:82:3'): wm_children_ - 'name' input works ──────
any(grepl("Leucophaeus", aa$scientificname)) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 3 | SKIP 34 | PASS 157 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [2s] OK
- checking PDF version of manual ... [21s] OK
- checking HTML version of manual ... [4s] OK
- DONE
Status: 1 ERROR