CRAN Package Check Results for Package rgho

Last updated on 2020-08-07 01:49:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 4.80 77.20 82.00 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.0 4.01 60.78 64.79 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 108.15 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 97.38 OK
r-devel-windows-ix86+x86_64 2.0.0 24.00 189.00 213.00 OK
r-patched-linux-x86_64 2.0.0 5.58 77.73 83.31 OK
r-patched-solaris-x86 2.0.0 118.30 OK
r-release-linux-x86_64 2.0.0 5.26 78.64 83.90 OK
r-release-macos-x86_64 2.0.0 OK
r-release-windows-ix86+x86_64 2.0.0 23.00 91.00 114.00 OK
r-oldrel-macos-x86_64 2.0.0 OK
r-oldrel-windows-ix86+x86_64 2.0.0 12.00 94.00 106.00 OK

Check Details

Version: 2.0.0
Check: examples
Result: ERROR
    Running examples in 'rgho-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: get_gho_data
    > ### Title: Returns GHO Data
    > ### Aliases: get_gho_data
    >
    > ### ** Examples
    >
    >
    > result <- get_gho_data(
    + dimension = "GHO",
    + code = "MDG_0000000001"
    + )
    Warning: The `x` argument of `as_tibble.matrix()` must have unique column names if `.name_repair` is omitted as of tibble 2.0.0.
    Using compatibility `.name_repair`.
    This warning is displayed once every 8 hours.
    Call `lifecycle::last_warnings()` to see where this warning was generated.
    Warning: `select_()` is deprecated as of dplyr 0.7.0.
    Please use `select()` instead.
    This warning is displayed once every 8 hours.
    Call `lifecycle::last_warnings()` to see where this warning was generated.
    Error: $ operator is invalid for atomic vectors
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang