* using log directory ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/rhub.Rcheck’
* using R Under development (unstable) (2025-02-28 r87840)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc-14 (Debian 14.2.0-16) 14.2.0
    GNU Fortran (Debian 14.2.0-16) 14.2.0
* running under: Debian GNU/Linux trixie/sid
* using session charset: UTF-8
* 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 ... OK
See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/rhub-00install.html' for details.
* checking package directory ... OK
* checking for future file timestamps ... 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/0s] OK
* checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
* checking whether the package can be unloaded cleanly ... [0s/0s] OK
* checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
* checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
* checking loading without being on the library search path ... [0s/0s] OK
* checking whether startup messages can be suppressed ... [0s/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 ... [10s/12s] OK
* checking Rd files ... [0s/0s] 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 ... [6s/10s] ERROR
  Running ‘testthat.R’ [6s/10s]
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 a length-1 vector
  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 ... [4s/5s] OK
* checking HTML version of manual ... [0s/1s] OK
* checking for non-standard things in the check directory ... OK
* DONE
Status: 1 ERROR