* using log directory 'd:/Rcompile/CRANpkg/local/4.5/madrat.Rcheck' * using R Under development (unstable) (2025-03-11 r87944 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'madrat/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'madrat' version '3.15.6' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'madrat' can be installed ... OK * 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 ... [4s] OK * checking whether the package can be loaded with stated dependencies ... [4s] OK * checking whether the package can be unloaded cleanly ... [4s] OK * checking whether the namespace can be loaded with stated dependencies ... [4s] OK * checking whether the namespace can be unloaded cleanly ... [4s] OK * checking loading without being on the library search path ... [4s] 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 ... [17s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 ... [13s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [161s] ERROR Running 'testthat.R' [161s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(madrat) Loading required package: magclass > > test_check("madrat") [ FAIL 1 | WARN 4 | SKIP 8 | PASS 655 ] ══ 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:3', 'test-readSource.R:58:3', 'test-readSource.R:64:3', 'test-readSource.R:73:3' • {reshape2} is not installed (1): 'test-calcOutput.R:459:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-calcOutput.R:334:3'): 1on1 country mappings do not alter the data ── Error in `download.file(meta$url[2], destfile = "tau.zip", quiet = requireNamespace("testthat", quietly = TRUE) && testthat::is_testing())`: cannot open URL 'https://zenodo.org/record/4282581/files/tau-paper.zip' Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-calcOutput.R:334:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─madrat (local) nc(calcOutput("TauTotal")) 5. └─madrat::calcOutput("TauTotal") at test-calcOutput.R:4:3 6. ├─madrat:::withMadratLogging(eval(parse(text = functionname))) 7. │ └─base::withCallingHandlers(...) 8. ├─base::eval(parse(text = functionname)) 9. │ └─base::eval(parse(text = functionname)) 10. └─madrat:::calcTauTotal(...) 11. └─madrat::readSource("Tau", source) 12. └─madrat::downloadSource(type = type, subtype = if (downloadHasSubtypeArg) subtype else NULL) 13. ├─withr::with_dir(...) 14. │ └─base::force(code) 15. ├─madrat:::withMadratLogging(eval(parse(text = functionCall))) 16. ├─base::eval(parse(text = functionCall)) 17. │ └─base::eval(parse(text = functionCall)) 18. └─madrat:::downloadTau(subtype = subtype) 19. └─base::tryCatch(...) 20. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 21. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 22. └─value[[3L]](cond) 23. └─utils::download.file(...) [ FAIL 1 | WARN 4 | SKIP 8 | PASS 655 ] Error: Test failures Execution halted Ran 3/3 deferred expressions * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [15s] OK * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [13s] OK * DONE Status: 1 ERROR