CRAN Package Check Results for Package phsopendata

Last updated on 2026-05-24 03:55:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 1.93 33.58 35.51 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 1.74 21.74 23.48 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 51.53 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 51.83 OK
r-devel-windows-x86_64 1.1.0 4.00 62.00 66.00 OK
r-patched-linux-x86_64 1.1.0 2.15 29.46 31.61 OK
r-release-linux-x86_64 1.1.0 2.24 29.85 32.09 OK
r-release-macos-arm64 1.1.0 1.00 25.00 26.00 OK
r-release-macos-x86_64 1.1.0 2.00 44.00 46.00 OK
r-release-windows-x86_64 1.1.0 4.00 60.00 64.00 OK
r-oldrel-macos-arm64 1.1.0 1.00 18.00 19.00 OK
r-oldrel-macos-x86_64 1.1.0 2.00 48.00 50.00 OK
r-oldrel-windows-x86_64 1.1.0 5.00 66.00 71.00 OK

Check Details

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘phsopendata-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_dataset_additional_info > ### Title: get a datasets additional info > ### Aliases: get_dataset_additional_info > > ### ** Examples > > ## Don't show: > if (isTRUE(length(curl::nslookup("www.opendata.nhs.scot", error = FALSE)) > 0L)) withAutoprint({ # examplesIf + ## End(Don't show) + get_dataset_additional_info("gp-practice-populations") + ## Don't show: + }) # examplesIf > get_dataset_additional_info("gp-practice-populations") Error in curl::curl_fetch_memory(url, handle = handle): Failure when receiving data from the peer [www.opendata.nhs.scot]: Recv failure: Connection reset by peer Request failed [ERROR]. Retrying in 1 seconds... Error in curl::curl_fetch_memory(url, handle = handle): Failure when receiving data from the peer [www.opendata.nhs.scot]: Recv failure: Connection reset by peer Request failed [ERROR]. Retrying in 1.5 seconds... Error in curl::curl_fetch_memory(url, handle = handle) : Failure when receiving data from the peer [www.opendata.nhs.scot]: Recv failure: Connection reset by peer Calls: withAutoprint ... get_dataset_additional_info -> phs_GET -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc