CRAN Package Check Results for Package phsopendata

Last updated on 2026-02-04 01:50:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 1.65 29.21 30.86 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 1.60 21.93 23.53 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 49.14 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 4.00 42.75 46.75 OK
r-devel-windows-x86_64 1.0.2 6.00 50.00 56.00 OK
r-patched-linux-x86_64 1.0.1 1.51 30.82 32.33 OK
r-release-linux-x86_64 1.0.2 2.04 26.31 28.35 OK
r-release-macos-arm64 1.0.2 1.00 18.00 19.00 OK
r-release-macos-x86_64 1.0.2 2.00 68.00 70.00 OK
r-release-windows-x86_64 1.0.2 4.00 57.00 61.00 OK
r-oldrel-macos-arm64 1.0.2 1.00 33.00 34.00 OK
r-oldrel-macos-x86_64 1.0.2 2.00 60.00 62.00 OK
r-oldrel-windows-x86_64 1.0.2 5.00 58.00 63.00 OK

Check Details

Version: 1.0.2
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 > ### Title: Get Open Data resources from a dataset > ### Aliases: get_dataset > > ### ** Examples > > get_dataset("gp-practice-populations", max_resources = 2, rows = 10) Request failed [404]. Retrying in 1 seconds... Request failed [404]. Retrying in 1.5 seconds... Error in `purrr::map()`: ℹ In index: 1. Caused by error in `.f()`: ! API error. ✖ Not Found Error: Not found: Resource "c45f9c1c-4dd9-4ebe-b65f-72f1b884ee2c" was not found. Backtrace: ▆ 1. └─phsopendata::get_dataset(...) 2. └─purrr::map(...) 3. └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. ├─purrr:::with_indexed_errors(...) 5. │ └─base::withCallingHandlers(...) 6. ├─purrr:::call_with_cleanup(...) 7. └─phsopendata (local) .f(.x[[i]], ...) 8. └─phsopendata:::phs_GET("datastore_search", query) 9. └─phsopendata:::error_check(content, call = call) 10. └─cli::cli_abort(c("API error.", x = error_text), call = call) 11. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc