* using log directory 'd:/RCompile/CRANincoming/R-devel/openesm.Rcheck' * using R Under development (unstable) (2025-10-19 r88945 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 'openesm/DESCRIPTION' ... OK * this is package 'openesm' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Björn S. Siepe ' 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'openesm' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE License components which are templates and need '+ file LICENSE': MIT * 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 ... 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 ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [201s] ERROR Running 'testthat.R' [200s] 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(openesm) Welcome to openesm! Find documentation and usage examples at https://openesmdata.org Get started: * list_datasets() to browse available datasets * get_dataset('dataset_id') to download a specific dataset * ?get_dataset or visit the website for detailed guides Attaching package: 'openesm' The following object is masked from 'package:utils': cite > > test_check("openesm") ! Zenodo API call failed (attempt 1/3), retrying... ! Zenodo API call failed (attempt 2/3), retrying... [ FAIL 1 | WARN 0 | SKIP 5 | PASS 56 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-get_dataset.R:4:3', 'test-get_dataset.R:35:3', 'test-get_dataset.R:55:3', 'test-get_dataset.R:72:3', 'test-list_datasets.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:186:3'): download_metadata_from_zenodo handles errors gracefully ── Error in `resolve_zenodo_version(metadata_doi, version, sandbox = FALSE)`: Failed to retrieve versions from Zenodo for DOI 10.5281/zenodo.17182171 after 3 attempts Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-utils.R:186:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─openesm:::download_metadata_from_zenodo(...) 8. └─openesm:::resolve_zenodo_version(metadata_doi, version, sandbox = FALSE) 9. └─cli::cli_abort("Failed to retrieve versions from Zenodo for DOI {zenodo_doi} after {max_attempts} attempts") 10. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 5 | PASS 56 ] Error: Test failures Execution halted * checking PDF version of manual ... [11s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs