CRAN Package Check Results for Package restatapi

Last updated on 2024-04-27 03:56:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.23.1 7.44 120.07 127.51 OK
r-devel-linux-x86_64-debian-gcc 0.23.1 4.62 88.12 92.74 OK
r-devel-linux-x86_64-fedora-clang 0.23.1 146.56 OK
r-devel-linux-x86_64-fedora-gcc 0.23.1 137.46 OK
r-devel-windows-x86_64 0.23.1 6.00 111.00 117.00 OK
r-patched-linux-x86_64 0.23.1 8.27 114.64 122.91 OK
r-release-linux-x86_64 0.23.1 5.19 111.41 116.60 OK
r-release-macos-arm64 0.23.1 294.00 OK
r-release-macos-x86_64 0.23.1 364.00 OK
r-release-windows-x86_64 0.23.1 6.00 60.00 66.00 ERROR
r-oldrel-macos-arm64 0.23.1 301.00 OK
r-oldrel-macos-x86_64 0.23.1 372.00 OK
r-oldrel-windows-x86_64 0.23.1 8.00 131.00 139.00 OK

Check Details

Version: 0.23.1
Check: examples
Result: ERROR Running examples in 'restatapi-Ex.R' failed The error most likely occurred in: > ### Name: get_compressed_sdmx > ### Title: Download and extract compressed SDMX XML > ### Aliases: get_compressed_sdmx > > ### ** Examples > > id<-"agr_r_milkpr" > url<-paste0("https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/", + id, + "?format=sdmx_2.1_structured&compressed=true") > if (!(grepl("amzn|-aws|-azure ",Sys.info()['release']))) options(timeout=2) > sdmx_xml<-get_compressed_sdmx(url,verbose=TRUE,format="gz") get_compressed_sdmx - url:https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/agr_r_milkpr?format=sdmx_2.1_structured&compressed=true get_compressed_sdmx - format:gz get_compressed_sdmx - Error during retrieval and extraction of the SDMX file: xmlParseEntityRef: no name [68] read_xml.raw(raw, encoding = encoding, base_url = base_url, as_html = as_html, options = options) get_compressed_sdmx - xml NULL:TRUE > options(timeout=60) > > > > cleanEx() Error: connections left open: gzcon(https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/agr_r_milkpr?format=sdmx_2.1_structured&compressed=true) (gzcon) Execution halted Flavor: r-release-windows-x86_64