R Under development (unstable) (2026-01-24 r89326 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(tinyProject) > > test_check("tinyProject") [ FAIL 2 | WARN 8 | SKIP 0 | PASS 62 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data.R:10:1'): (code run outside of `test_that()`) ───────────── Error in `default_signature(repo)`: Error in 'git2r_signature_default': config value 'user.name' was not found Backtrace: ▆ 1. └─tinyProject::prInit() at test-data.R:10:1 2. └─git2r::commit(repo = repo, message = "initial commit") 3. └─git2r::default_signature(repo) ── Error ('test-prInit.R:36:3'): prInit can init a project in a another folder ── Error in `default_signature(repo)`: Error in 'git2r_signature_default': config value 'user.name' was not found Backtrace: ▆ 1. ├─testthat::expect_silent(prInit("project_dir")) at test-prInit.R:36: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. └─tinyProject::prInit("project_dir") 10. └─git2r::commit(repo = repo, message = "initial commit") 11. └─git2r::default_signature(repo) [ FAIL 2 | WARN 8 | SKIP 0 | PASS 62 ] Error: ! Test failures. Execution halted