- using R Under development (unstable) (2025-11-17 r89028)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 21.1.5
flang version 21.1.5
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘fledge/DESCRIPTION’ ... OK
- this is package ‘fledge’ version ‘0.1.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 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 ‘fledge’ can be installed ... [8s/13s] 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... 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 ... [11s/18s] OK
- checking Rd files ... 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 ... [16s/22s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [14s/21s] ERROR
Running ‘testthat.R’ [13s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require(testthat)) {
+ library(fledge)
+ test_check("fledge")
+ } else {
+ message("testthat not available.")
+ }
Loading required package: testthat
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 6 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (11): 'test-bump_version.R:1:1', 'test-bump_version.R:23:1',
'test-bump_version.R:43:1', 'test-bump_version.R:53:1', 'test-commits.R:1:1',
'test-finalize-version.R:1:1', 'test-tag_version.R:1:1',
'test-unbump_version.R:1:1', 'test-update-news.R:1:1',
'test-update-news.R:15:1', 'test-with_demo_project.R:1:1'
• On Linux (1): 'test-demo.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-finalize-version.R:41:5'): finalize_version(push = TRUE) ───────
Error in `libgit2::git_config_set_string`: failed to lock file '/data/gannet/ripley/.gitconfig.lock' for writing:
Backtrace:
▆
1. ├─fledge:::show_files(remote_url)
2. │ └─gert::git_config_global_set("init.defaultbranch", "main") at ./helper-remote.R:26:5
3. └─gert:::raise_libgit2_error(...)
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 6 ]
Deleting unused snapshots: 'finalize-version/NEWS-push-true.md'
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [22s/35s] OK
- checking PDF version of manual ... [7s/13s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR