CRAN Package Check Results for Package rusquant

Last updated on 2023-05-26 06:52:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 7.55 67.64 75.19 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 6.21 46.74 52.95 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 95.95 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 83.76 ERROR
r-devel-windows-x86_64 1.0.1 10.00 77.00 87.00 OK
r-patched-linux-x86_64 1.0.1 7.45 62.48 69.93 OK
r-release-linux-x86_64 1.0.1 6.95 62.61 69.56 OK
r-release-macos-arm64 1.0.1 59.00 OK
r-release-windows-x86_64 1.0.1 11.00 86.00 97.00 OK
r-oldrel-macos-arm64 1.0.1 62.00 OK
r-oldrel-macos-x86_64 1.0.1 74.00 OK
r-oldrel-windows-x86_64 1.0.1 11.00 89.00 100.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘rusquant-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: getEarnings
    > ### Title: Download earnings data from investing.com
    > ### Aliases: getEarnings
    >
    > ### ** Examples
    >
    > getEarnings(from = Sys.Date(),to = Sys.Date()+3,country='Belgium')
    
     |
     | | 0%
     |
     |=================================== | 50%
     |
     |======================================================================| 100%Error in getEarnings(from = Sys.Date(), to = Sys.Date() + 3, country = "Belgium") :
     object 'Records_result' not found
    Calls: getEarnings -> unique
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘rusquant-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: getIPO
    > ### Title: Get IPO calendar data from Investing.com
    > ### Aliases: getIPO
    >
    > ### ** Examples
    >
    > getIPO(from=Sys.Date(),to=Sys.Date()+3)
    Error in getIPO(from = Sys.Date(), to = Sys.Date() + 3) :
     object 'Records' not found
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc