Last updated on 2025-06-17 19:51:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.14 | 25.42 | 27.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 51.60 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 63.74 | ERROR | |||
r-release-macos-arm64 | 0.1.0 | 42.00 | OK | |||
r-oldrel-macos-arm64 | 0.1.0 | 31.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘ukhsadatR-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_data
> ### Title: Get Data
> ### Aliases: get_data
>
> ### ** Examples
>
> data <- get_data(
+ theme = "infectious_disease",
+ sub_theme = "respiratory",
+ topic = "COVID-19",
+ geography_type = "Nation",
+ geography = "England",
+ metric = "COVID-19_cases_casesByDay"
+ )
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [api.ukhsa-dashboard.data.gov.uk]: Operation timed out after 10015 milliseconds with 0 bytes received
Backtrace:
▆
1. └─ukhsadatR::get_data(...)
2. └─ukhsadatR::get_paginated_data(...)
3. └─ukhsadatR (local) get_and_validate(base, sub_theme, "Sub-theme")
4. ├─jsonlite::fromJSON(...)
5. ├─httr2::resp_body_string(...)
6. │ └─httr2:::check_response(resp)
7. │ └─httr2:::is_response(resp)
8. └─httr2::req_perform(httr2::req_timeout(httr2::request(url), 10))
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘ukhsadatR.Rmd’ using rmarkdown
Quitting from ukhsadatR.Rmd:25-37 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'ukhsadatR.Rmd' failed with diagnostics:
Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [api.ukhsa-dashboard.data.gov.uk]: Operation timed out after 10191 milliseconds with 0 bytes received
--- failed re-building ‘ukhsadatR.Rmd’
SUMMARY: processing the following file failed:
‘ukhsadatR.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘ukhsadatR-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_data
> ### Title: Get Data
> ### Aliases: get_data
>
> ### ** Examples
>
> data <- get_data(
+ theme = "infectious_disease",
+ sub_theme = "respiratory",
+ topic = "COVID-19",
+ geography_type = "Nation",
+ geography = "England",
+ metric = "COVID-19_cases_casesByDay"
+ )
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [api.ukhsa-dashboard.data.gov.uk]: Operation timed out after 10024 milliseconds with 0 bytes received
Backtrace:
▆
1. └─ukhsadatR::get_data(...)
2. └─ukhsadatR::get_paginated_data(...)
3. └─ukhsadatR (local) get_and_validate(base, sub_theme, "Sub-theme")
4. ├─jsonlite::fromJSON(...)
5. ├─httr2::resp_body_string(...)
6. │ └─httr2:::check_response(resp)
7. │ └─httr2:::is_response(resp)
8. └─httr2::req_perform(httr2::req_timeout(httr2::request(url), 10))
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc