* using log directory ‘/srv/hornik/tmp/CRAN/madrat.Rcheck’ * using R Under development (unstable) (2023-08-21 r84998) * 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 ‘madrat/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘madrat’ version ‘3.6.4’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] Note_to_CRAN_maintainers Maintainer: ‘Jan Philipp Dietrich ’ * 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 serialization versions ... OK * checking whether package ‘madrat’ can be installed ... [7s/7s] OK * 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 ... [2s/2s] OK * checking whether the package can be loaded with stated dependencies ... [2s/2s] OK * checking whether the package can be unloaded cleanly ... [2s/2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK * checking whether the namespace can be unloaded cleanly ... [2s/2s] OK * checking loading without being on the library search path ... [2s/2s] 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 ... [16s/16s] 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 R/sysdata.rda ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [8s/8s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [31s/19s] ERROR Running ‘testthat.R’ [31s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(madrat) Loading required package: magclass > > test_check("madrat") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 580 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-calcOutput.R:23:3', 'test-calcOutput.R:114:3', 'test-metadataGFZ.R:2:3', 'test-puc.R:2:4', 'test-readSource.R:55:3', 'test-readSource.R:61:3', 'test-readSource.R:70:3' • reshape2 cannot be loaded (1): 'test-calcOutput.R:450:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-retrieveData.R:2:3'): retrieveData works as expected ─────────── Error in `.make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version)`: invalid non-character version specification 'x' (type: double) Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-retrieveData.R:2:2 2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─madrat::retrieveData("example", rev = 0, dev = "test") 7. ├─withr::with_dir(...) 8. │ └─base::force(code) 9. ├─madrat:::withMadratLogging(do.call(cfg$functionCode, cfg$fullNow)) 10. │ └─base::withCallingHandlers(...) 11. ├─base::do.call(cfg$functionCode, cfg$fullNow) 12. └─madrat (local) ``(rev = ``, dev = "test", extra = "Example argument") 13. └─base::Ops.numeric_version(rev, 1) 14. └─base::as.numeric_version(e2) 15. └─base::numeric_version(x) 16. └─base::.make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 580 ] 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 ... [7s/7s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR