CRAN Package Check Results for Maintainer ‘Kevin Zarca <kevin.zarca at gmail.com>’

Last updated on 2020-08-07 01:50:24 CEST.

Package ERROR OK
heemod 12
rgho 1 11

Package heemod

Current CRAN status: OK: 12

Package rgho

Current CRAN status: ERROR: 1, OK: 11

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