- using R Under development (unstable) (2026-05-01 r89993 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
* current time: 2026-05-03 11:56:16 UTC
- checking for file 'eatGADS/DESCRIPTION' ... OK
- this is package 'eatGADS' version '1.2.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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'eatGADS' 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 ... [1s] 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 ... [12s] OK
- checking Rd files ... [2s] 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [14s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [33s] ERROR
Running 'testthat.R' [33s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(eatGADS)
>
> test_check("eatGADS")
Saving _problems/test_compareGADS-55.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1613 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_compareGADS.R:55:3'): recodes in NA ────────────────────────────
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─eatGADS::compareGADS(df1_b, df1_c, varNames = namesGADS(df1)) at test_compareGADS.R:55:3
2. └─eatGADS:::compareGADS.GADSdat(df1_b, df1_c, varNames = namesGADS(df1))
3. ├─base::as.data.frame(table(old_unequals, useNA = "ifany"))
4. └─base::as.data.frame.table(table(old_unequals, useNA = "ifany"))
5. ├─base::eval(ex)
6. │ └─base::eval(ex)
7. └─base::data.frame(...)
8. ├─base::as.data.frame(x[[i]], optional = TRUE)
9. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
── Error ('test_compareGADS.R:81:3'): recodes in NA with labeled NAs ───────────
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─testthat::expect_silent(out3 <- compareGADS(dfSAV2, dfSAV3, varNames = namesGADS(dfSAV3))) at test_compareGADS.R:81:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─eatGADS::compareGADS(dfSAV2, dfSAV3, varNames = namesGADS(dfSAV3))
10. └─eatGADS:::compareGADS.GADSdat(dfSAV2, dfSAV3, varNames = namesGADS(dfSAV3))
11. ├─base::as.data.frame(table(old_unequals, useNA = "ifany"))
12. └─base::as.data.frame.table(table(old_unequals, useNA = "ifany"))
13. ├─base::eval(ex)
14. │ └─base::eval(ex)
15. └─base::data.frame(...)
16. ├─base::as.data.frame(x[[i]], optional = TRUE)
17. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1613 ]
Error:
! Test failures.
Execution halted
File D:\temp\2026_05_03_01_50_00_26843\RtmpuyVDOJ/helper_dataBase.db was removed.
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [27s] OK
- checking PDF version of manual ... [29s] OK
- checking HTML version of manual ... [21s] OK
- DONE
Status: 1 ERROR