CRAN Package Check Results for Package cbsodataR

Last updated on 2022-08-15 08:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 3.81 38.61 42.42 OK
r-devel-linux-x86_64-debian-gcc 0.5.1 2.87 30.23 33.10 OK
r-devel-linux-x86_64-fedora-clang 0.5.1 63.33 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 61.40 OK
r-devel-windows-x86_64 0.5.1 7.00 74.00 81.00 OK
r-patched-linux-x86_64 0.5.1 4.68 38.02 42.70 OK
r-release-linux-x86_64 0.5.1 3.75 37.55 41.30 OK
r-release-macos-arm64 0.5.1 66.00 OK
r-release-macos-x86_64 0.5.1 154.00 ERROR
r-release-windows-x86_64 0.5.1 51.00 75.00 126.00 OK
r-oldrel-macos-arm64 0.5.1 72.00 OK
r-oldrel-macos-x86_64 0.5.1 88.00 OK
r-oldrel-windows-ix86+x86_64 0.5.1 8.00 52.00 60.00 ERROR

Check Details

Version: 0.5.1
Check: examples
Result: ERROR
    Running examples in ‘cbsodataR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: cbs_get_catalogs
    > ### Title: Retrieves the possible catalog values that can be used for
    > ### retrieving data
    > ### Aliases: cbs_get_catalogs
    >
    > ### ** Examples
    >
    > catalogs <- cbs_get_catalogs()
    Warning in readBin(3L, raw(0), 32768L) :
     URL 'https://opendata.cbs.nl/ODataCatalog/Tables?$format=json': Timeout of 60 seconds was reached
    Warning: Failing: http://opendata.cbs.nl/ODataCatalog/Tables?$format=json
    Retrying...
    Warning in readBin(3L, raw(0), 32768L) :
     URL 'https://opendata.cbs.nl/ODataCatalog/Tables?$format=json': Timeout of 60 seconds was reached
    Error in readBin(3L, raw(0), 32768L) : cannot read from connection
    Calls: cbs_get_catalogs ... parse_and_simplify -> parseJSON -> parse_con -> readBin
    Execution halted
Flavor: r-release-macos-x86_64

Version: 0.5.1
Check: examples
Result: ERROR
    Running examples in 'cbsodataR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: cbs_get_catalogs
    > ### Title: Retrieves the possible catalog values that can be used for
    > ### retrieving data
    > ### Aliases: cbs_get_catalogs
    >
    > ### ** Examples
    >
    > catalogs <- cbs_get_catalogs()
    Warning in open.connection(con, "rb") :
     InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
    Warning: Failing: http://opendata.cbs.nl/ODataCatalog/Tables?$format=json
    Retrying...
    Warning in open.connection(con, "rb") :
     InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
    Error in open.connection(con, "rb") : cannot open the connection
    Calls: cbs_get_catalogs ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64