CRAN Package Check Results for Package StockChina

Last updated on 2020-07-26 08:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 1.87 17.20 19.07 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 1.43 13.70 15.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.1 31.95 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 22.45 OK
r-devel-windows-ix86+x86_64 0.3.1 6.00 30.00 36.00 OK
r-patched-linux-x86_64 0.3.1 1.68 17.32 19.00 ERROR
r-patched-solaris-x86 0.3.1 35.60 OK
r-release-linux-x86_64 0.3.1 1.75 17.04 18.79 OK
r-release-windows-ix86+x86_64 0.3.1 5.00 33.00 38.00 OK
r-oldrel-macos-x86_64 0.3.1 OK
r-oldrel-windows-ix86+x86_64 0.3.1 5.00 39.00 44.00 OK

Check Details

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in ‘StockChina-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: index.CN
    > ### Title: Grab Real-Time Stock Index Information in China Market
    > ### Aliases: index.CN
    >
    > ### ** Examples
    >
    > index.CN("sh")
    Warning in file(file, "r") :
     URL 'http://hq.sinajs.cn/list=s_sh000001': status was 'Timeout was reached'
    Error in file(file, "r") :
     cannot open the connection to 'http://hq.sinajs.cn/list=s_sh000001'
    Calls: index.CN -> scan -> file
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in ‘StockChina-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: stock.CN
    > ### Title: Grab Real-Time Stock Price & Volume Information in China Market
    > ### Aliases: stock.CN
    >
    > ### ** Examples
    >
    > symbol <- "601898"
    > symbols <- c("601898", "000001")
    >
    > stock.CN(symbol)
    Warning in file(file, "r") :
     URL 'http://hq.sinajs.cn/list=sh601898': status was 'Timeout was reached'
    Error in file(file, "r") :
     cannot open the connection to 'http://hq.sinajs.cn/list=sh601898'
    Calls: stock.CN -> scan -> file
    Execution halted
Flavor: r-patched-linux-x86_64