- using R Under development (unstable) (2025-02-21 r87787)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
- running under: Fedora Linux 40 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘rhub/DESCRIPTION’ ... OK
- this is package ‘rhub’ version ‘2.0.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 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 ‘rhub’ can be installed ... [18s/25s] OK
See the install log for details.
- checking package 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 whether startup messages can be suppressed ... 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 ... [22s/27s] 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 examples ... NONE
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [13s/17s] ERROR
Running ‘testthat.R’ [12s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(rhub)
>
> test_check("rhub")
[ FAIL 1 | WARN 1 | SKIP 53 | PASS 68 ]
══ Skipped tests (53) ══════════════════════════════════════════════════════════
• On CRAN (53): 'test-api.R:3:3', 'test-api.R:10:3', 'test-api.R:24:3',
'test-api.R:31:3', 'test-api.R:40:3', 'test-assertions.R:2:3',
'test-assertions.R:21:3', 'test-assertions.R:39:3', 'test-assertions.R:62:3',
'test-assertions.R:84:3', 'test-cli.R:3:3', 'test-doctor.R:24:3',
'test-doctor.R:48:3', 'test-doctor.R:77:3', 'test-doctor.R:121:3',
'test-doctor.R:137:3', 'test-doctor.R:159:3', 'test-doctor.R:194:3',
'test-doctor.R:206:3', 'test-gh.R:2:3', 'test-gh.R:11:3', 'test-gh.R:18:3',
'test-gh.R:46:3', 'test-gh.R:79:3', 'test-gh.R:111:3',
'test-platforms.R:13:3', 'test-platforms.R:28:3', 'test-platforms.R:59:3',
'test-platforms.R:73:3', 'test-platforms.R:88:3', 'test-rc.R:4:3',
'test-rc.R:46:3', 'test-rc.R:54:3', 'test-rc.R:129:3', 'test-rc.R:149:3',
'test-rc.R:173:3', 'test-rc.R:205:3', 'test-rc.R:221:3', 'test-rc.R:232:3',
'test-rc.R:250:3', 'test-setup.R:3:3', 'test-setup.R:35:3',
'test-setup.R:79:3', 'test-setup.R:105:3', 'test-utils.R:13:3',
'test-utils.R:28:3', 'test-utils.R:36:3', 'test-utils.R:40:3',
'test-utils.R:46:3', 'test-utils.R:85:3', 'test-utils.R:111:3',
'test-utils.R:141:3', 'test-utils.R:141:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-check.R:14:3'): rhub_check ─────────────────────────────────────
Error in `unlist(plat$name, plat$aliases)`: 'recursive' must be of length 1
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-check.R:14:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 1 | SKIP 53 | PASS 68 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [7s/10s] 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