* using log directory 'd:/Rcompile/CRANpkg/local/4.7/git2rdata.Rcheck' * 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 13:17:04 UTC * checking for file 'git2rdata/DESCRIPTION' ... OK * this is package 'git2rdata' version '0.5.2' * 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 'git2rdata' can be installed ... OK * 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 ... [5s] 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 ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [13s] ERROR Running 'testthat.R' [12s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(git2rdata) > > test_check("git2rdata") Saving _problems/test_a_basics-354.R Saving _problems/test_b_special-85.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 589 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_a_basics.R:344:3'): user specified na strings work ───────────── Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_a_basics.R:344:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─git2rdata::write_vc(...) 5. └─git2rdata:::write_vc.character(...) 6. ├─git2rdata::meta(...) 7. └─git2rdata:::meta.data.frame(...) 8. ├─base::as.data.frame(z, row.names = seq_len(nrow(x)), stringsAsFactors = FALSE) 9. └─base::as.data.frame.list(z, row.names = seq_len(nrow(x)), stringsAsFactors = FALSE) 10. ├─base::do.call(data.frame, c(x, alis)) 11. └─base (local) ``(...) 12. ├─base::as.data.frame(x[[i]], optional = TRUE) 13. └─base::as.data.frame.integer(x[[i]], optional = TRUE) ── Error ('test_b_special.R:82:3'): handle special characters ────────────────── Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_b_special.R:82:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::suppressWarnings(write_vc(z, "factor", root, sorting = "a")) 5. │ └─base::withCallingHandlers(...) 6. ├─git2rdata::write_vc(z, "factor", root, sorting = "a") 7. └─git2rdata:::write_vc.character(z, "factor", root, sorting = "a") 8. ├─git2rdata::meta(...) 9. └─git2rdata:::meta.data.frame(...) 10. ├─base::as.data.frame(z, row.names = seq_len(nrow(x)), stringsAsFactors = FALSE) 11. └─base::as.data.frame.list(z, row.names = seq_len(nrow(x)), stringsAsFactors = FALSE) 12. ├─base::do.call(data.frame, c(x, alis)) 13. └─base (local) ``(...) 14. ├─base::as.data.frame(x[[i]], optional = TRUE) 15. └─base::as.data.frame.integer(x[[i]], optional = TRUE) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 589 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [34s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [7s] OK * DONE Status: 1 ERROR