Last updated on 2026-06-29 13:49:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.5 | 3.09 | 48.06 | 51.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.5 | 2.23 | 33.89 | 36.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.5 | 76.12 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 113.84 | OK | |||
| r-devel-windows-x86_64 | 0.0.5 | 15.00 | 72.00 | 87.00 | OK | |
| r-patched-linux-x86_64 | 0.0.5 | 3.33 | 44.41 | 47.74 | OK | |
| r-release-linux-x86_64 | 0.0.5 | OK | ||||
| r-release-macos-arm64 | 0.0.5 | 1.00 | 35.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.0.5 | 2.00 | 81.00 | 83.00 | OK | |
| r-release-windows-x86_64 | 0.0.5 | 5.00 | 93.00 | 98.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.5 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.5 | 2.00 | 89.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.5 | 6.00 | 90.00 | 96.00 | OK |
Version: 0.0.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(CopernicusClimate)
>
> test_check("CopernicusClimate")
> Waiting 1.5s for retry backoff
> Waiting 3.4s 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_http_503> with message:
HTTP 503 Service Unavailable.
i <html><body><h1>503 Service Unavailable</h1> No server is available to handle this request. </body></html>
[ 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_http_503>
Error in `httr2::req_perform()`:
! HTTP 503 Service Unavailable.
ℹ <html><body><h1>503 Service Unavailable</h1> No server is available to handle
this request. </body></html>
---
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:
HTTP 503 Service Unavailable.
ℹ <html><body><h1>503 Service Unavailable</h1> No server is available to handle
this request. </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-devel-linux-x86_64-debian-gcc