* using log directory ‘/srv/hornik/tmp/CRAN/S7.Rcheck’ * using R Under development (unstable) (2023-08-20 r84995) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (10) GNU Fortran (Debian 13.2.0-1) 13.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘S7/DESCRIPTION’ ... OK * this is package ‘S7’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/4s] NOTE Maintainer: ‘Hadley Wickham ’ New submission * 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 ‘S7’ can be installed ... [2s/2s] OK * used C compiler: ‘Debian clang version 16.0.6 (10)’ * checking package directory ... OK * checking for future file timestamps ... 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 R 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 ... [4s/4s] 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [1s/2s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [5s/5s] ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(S7) > > test_check("S7") [ FAIL 1 | WARN 0 | SKIP 74 | PASS 331 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • On CRAN (73): 'test-S3.R:2:3', 'test-S3.R:20:3', 'test-S3.R:25:3', 'test-S3.R:36:3', 'test-S3.R:48:3', 'test-S3.R:54:3', 'test-S3.R:60:3', 'test-S3.R:67:3', 'test-S4.R:37:3', 'test-base.R:4:3', 'test-base.R:12:3', 'test-class-spec.R:191:3', 'test-class.R:17:5', 'test-class.R:27:5', 'test-class.R:42:5', 'test-class.R:49:5', 'test-class.R:71:5', 'test-class.R:77:5', 'test-class.R:91:5', 'test-class.R:100:5', 'test-class.R:111:5', 'test-class.R:128:5', 'test-class.R:136:5', 'test-class.R:149:5', 'test-class.R:207:3', 'test-constructor.R:36:3', 'test-constructor.R:49:3', 'test-constructor.R:56:3', 'test-constructor.R:77:3', 'test-convert.R:11:3', 'test-external-generic.R:25:3', 'test-generic-spec.R:11:3', 'test-generic.R:2:3', 'test-generic.R:21:3', 'test-generic.R:44:3', 'test-generic.R:52:3', 'test-generic.R:61:3', 'test-inherits.R:11:3', 'test-inherits.R:15:3', 'test-method-dispatch.R:109:3', 'test-method-dispatch.R:140:3', 'test-method-dispatch.R:155:3', 'test-method-introspect.R:13:5', 'test-method-introspect.R:29:5', 'test-method-introspect.R:45:5', 'test-method-register.R:11:5', 'test-method-register.R:65:5', 'test-method-register.R:74:5', 'test-method-register.R:85:5', 'test-method-register.R:112:5', 'test-method-register.R:117:5', 'test-method-register.R:135:3', 'test-method-register.R:150:3', 'test-method-register.R:160:3', 'test-property.R:8:5', 'test-property.R:55:5', 'test-property.R:60:5', 'test-property.R:166:5', 'test-property.R:173:5', 'test-property.R:180:5', 'test-property.R:202:3', 'test-property.R:245:3', 'test-special.R:7:3', 'test-super.R:33:5', 'test-super.R:43:5', 'test-union.R:2:3', 'test-union.R:31:3', 'test-valid.R:12:3', 'test-valid.R:38:3', 'test-zzz.R:3:3', 'test-zzz.R:9:3', 'test-zzz.R:22:3', 'test-zzz.R:35:3' • dput() not fixed yet; https://github.com/RConsortium/OOP-WG/issues/272 (1): 'test-base-r.R:122:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-external-generic.R:33:3'): new_method works with both hard and soft dependencies ── Error in `.make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version)`: invalid non-character version specification 'x' (type: double) Backtrace: ▆ 1. ├─testthat::skip_if(...) at test-external-generic.R:33:2 2. │ └─base::isTRUE(condition) 3. └─base::Ops.numeric_version(getRversion(), 4.1) 4. └─base::as.numeric_version(e2) 5. └─base::numeric_version(x) 6. └─base::.make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) [ FAIL 1 | WARN 0 | SKIP 74 | PASS 331 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking re-building of vignette outputs ... [15s/15s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE