CRAN Package Check Results for Package BMRSr

Last updated on 2021-05-30 06:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 2.44 32.51 34.95 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 2.13 25.19 27.32 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 51.71 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 41.83 OK
r-devel-windows-x86_64 1.0.1 5.00 52.00 57.00 OK
r-devel-windows-x86_64-gcc10-UCRT 1.0.1 OK
r-patched-linux-x86_64 1.0.1 2.59 32.02 34.61 OK
r-patched-solaris-x86 1.0.1 64.00 OK
r-release-linux-x86_64 1.0.1 2.34 31.42 33.76 OK
r-release-macos-arm64 1.0.1 ERROR
r-release-macos-x86_64 1.0.1 OK
r-release-windows-ix86+x86_64 1.0.1 5.00 44.00 49.00 OK
r-oldrel-macos-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 5.00 37.00 42.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘BMRSr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: parse_response
    > ### Title: Parse the results of a call
    > ### Aliases: parse_response
    >
    > ### ** Examples
    >
    > list_example <- parse_response(
    + send_request(
    + build_call("TEMP", api_key = "12345", from_date = "01 Jun 2019",
    + to_date = "10 Jun 2019", service_type = "xml")
    + ), "xml")
    Error in curl::curl_fetch_memory(url, handle = handle) :
     Timeout was reached: [api.bmreports.com] Operation timed out after 10008 milliseconds with 0 out of 0 bytes received
    Calls: parse_response ... request_fetch -> request_fetch.write_memory -> <Anonymous>
    Execution halted
Flavor: r-release-macos-arm64