CRAN Package Check Results for Package phsopendata

Last updated on 2026-03-06 17:50:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 2.12 29.75 31.87 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 1.65 21.28 22.93 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 46.64 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 43.24 OK
r-devel-macos-arm64 1.0.3 1.00 18.00 19.00 OK
r-devel-windows-x86_64 1.0.3 5.00 49.00 54.00 OK
r-patched-linux-x86_64 1.0.3 2.06 26.10 28.16 OK
r-release-linux-x86_64 1.0.3 2.08 26.38 28.46 OK
r-release-macos-arm64 1.0.3 1.00 14.00 15.00 OK
r-release-macos-x86_64 1.0.3 2.00 38.00 40.00 OK
r-release-windows-x86_64 1.0.3 4.00 47.00 51.00 OK
r-oldrel-macos-arm64 1.0.3 1.00 28.00 29.00 OK
r-oldrel-macos-x86_64 1.0.3 2.00 66.00 68.00 OK
r-oldrel-windows-x86_64 1.0.3 5.00 55.00 60.00 OK

Check Details

Version: 1.0.3
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