CRAN Package Check Results for Package CopernicusClimate

Last updated on 2026-07-21 17:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 2.96 47.64 50.60 OK
r-devel-linux-x86_64-debian-gcc 0.0.5 2.16 34.60 36.76 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.6 71.33 OK
r-devel-linux-x86_64-fedora-gcc 0.0.6 40.35 OK
r-devel-windows-x86_64 0.0.5 5.00 68.00 73.00 OK
r-patched-linux-x86_64 0.0.5 3.42 43.11 46.53 ERROR
r-release-linux-x86_64 0.0.5 2.90 44.68 47.58 OK
r-release-macos-arm64 0.0.6 1.00 32.00 33.00 OK
r-release-macos-x86_64 0.0.6 3.00 103.00 106.00 OK
r-release-windows-x86_64 0.0.6 11.00 88.00 99.00 OK
r-oldrel-macos-arm64 0.0.6 1.00 37.00 38.00 OK
r-oldrel-macos-x86_64 0.0.6 3.00 182.00 185.00 OK
r-oldrel-windows-x86_64 0.0.5 6.00 88.00 94.00 OK

Check Details

Version: 0.0.5
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(CopernicusClimate) > > test_check("CopernicusClimate") > Waiting 1.2s for retry backoff > Waiting 3.9s for retry backoff Saving _problems/test-download-39.R [ FAIL 1 | WARN 0 | SKIP 34 | PASS 1 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-authentication.R:2:3', 'test-authentication.R:11:3', 'test-authentication.R:20:3', 'test-catalogue.R:2:3', 'test-catalogue.R:10:3', 'test-catalogue.R:21:3', 'test-catalogue.R:29:3', 'test-cite.R:2:3', 'test-dev.R:3:3', 'test-download.R:2:3', 'test-download.R:43:3', 'test-download.R:51:3', 'test-download.R:74:3', 'test-download.R:83:3', 'test-download.R:100:3', 'test-exceptions.R:4:3', 'test-exceptions.R:14:3', 'test-exceptions.R:24:3', 'test-exceptions.R:32:3', 'test-exceptions.R:42:3', 'test-exceptions.R:51:3', 'test-exceptions.R:60:3', 'test-exceptions.R:68:3', 'test-exceptions.R:76:3', 'test-exceptions.R:84:3', 'test-exceptions.R:92:3', 'test-exceptions.R:101:3', 'test-exceptions.R:110:3', 'test-licenses.R:2:3', 'test-licenses.R:11:3', 'test-licenses.R:20:3', 'test-python.R:31:3', 'test-python.R:43:3', 'test-stars.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download.R:26:3'): Area can be a `bbox` class object ───────── Expected `{ ... }` not to throw any errors. Actually got a <httr2_failure> with message: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [cds.climate.copernicus.eu]: Connection timed out after 10005 milliseconds [ FAIL 1 | WARN 0 | SKIP 34 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘download.Rmd’ using rmarkdown Quitting from download.Rmd:78-87 [get-licence] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/httr2_failure> Error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [cds.climate.copernicus.eu]: Connection timed out after 10002 milliseconds --- Backtrace: ▆ 1. ├─dplyr::filter(...) 2. └─CopernicusClimate::cds_dataset_form("reanalysis-era5-pressure-levels") 3. ├─purrr::map_df(...) 4. │ └─purrr::map(.x, .f, ...) 5. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 6. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env) 7. └─CopernicusClimate:::.execute_request(...) 8. ├─httr2::resp_body_json(...) 9. │ └─httr2:::check_response(resp) 10. │ └─httr2:::is_response(resp) 11. └─httr2::req_perform(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'download.Rmd' failed with diagnostics: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [cds.climate.copernicus.eu]: Connection timed out after 10002 milliseconds --- failed re-building ‘download.Rmd’ --- re-building ‘translate.Rmd’ using rmarkdown --- finished re-building ‘translate.Rmd’ SUMMARY: processing the following file failed: ‘download.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘download.Rmd’ using rmarkdown Quitting from download.Rmd:182-193 [specific-request] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/httr2_http_502> Error in `httr2::req_perform()`: ! HTTP 502 Bad Gateway. ℹ <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> --- Backtrace: ▆ 1. └─CopernicusClimate::cds_build_request(...) 2. └─CopernicusClimate:::.cds_constraints(dataset, form_result) 3. └─CopernicusClimate:::.execute_request(...) 4. ├─httr2::resp_body_json(...) 5. │ └─httr2:::check_response(resp) 6. │ └─httr2:::is_response(resp) 7. └─httr2::req_perform(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'download.Rmd' failed with diagnostics: HTTP 502 Bad Gateway. ℹ <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> --- failed re-building ‘download.Rmd’ --- re-building ‘translate.Rmd’ using rmarkdown --- finished re-building ‘translate.Rmd’ SUMMARY: processing the following file failed: ‘download.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-patched-linux-x86_64