CRAN Package Check Results for Package TSEtools

Last updated on 2018-02-24 09:51:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.02 19.90 20.92 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 0.64 16.04 16.68 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 25.18 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 23.52 OK
r-devel-windows-ix86+x86_64 0.1.0 3.00 41.00 44.00 OK
r-patched-linux-x86_64 0.1.0 1.16 21.54 22.70 OK
r-patched-solaris-x86 0.1.0 35.20 OK
r-release-linux-x86_64 0.1.0 0.82 21.23 22.05 OK
r-release-windows-ix86+x86_64 0.1.0 6.00 45.00 51.00 OK
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 2.00 32.00 34.00 OK
r-oldrel-osx-x86_64 0.1.0 ERROR

Check Details

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘TSEtools-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: getTSE
    > ### Title: Download Historical Dataset from Tehran Stock Exchange (TSE)
    > ### Aliases: getTSE
    >
    > ### ** Examples
    >
    > fpath<-system.file("extdata", "sample.csv", package="TSEtools")
    > assets0<-getTSE(fpath)$assets
    proceeding...
    Warning in download.file(temp, file1, mode = "wb", quiet = TRUE) :
     URL 'http://www.tsetmc.com/tsev2/data/Export-txt.aspx?t=i&a=1&b=0&i=39453972158399542': status was 'Couldn't connect to server'
    Error in download.file(temp, file1, mode = "wb", quiet = TRUE) :
     cannot open URL 'http://www.tsetmc.com/tsev2/data/Export-txt.aspx?t=i&a=1&b=0&i=39453972158399542'
    Calls: getTSE -> download.file
    Execution halted
Flavor: r-release-osx-x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘TSEtools-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: getTSE
    > ### Title: Download Historical Dataset from Tehran Stock Exchange (TSE)
    > ### Aliases: getTSE
    >
    > ### ** Examples
    >
    > fpath<-system.file("extdata", "sample.csv", package="TSEtools")
    > assets0<-getTSE(fpath)$assets
    proceeding...
    Warning in download.file(temp, file1, mode = "wb", quiet = TRUE) :
     unable to connect to 'www.tsetmc.com' on port 80.
    Error in download.file(temp, file1, mode = "wb", quiet = TRUE) :
     cannot open URL 'http://www.tsetmc.com/tsev2/data/Export-txt.aspx?t=i&a=1&b=0&i=39453972158399542'
    Calls: getTSE -> download.file
    Execution halted
Flavor: r-oldrel-osx-x86_64