CRAN Package Check Results for Package TSmisc

Last updated on 2022-09-04 09:54:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2016.8-1 8.12 71.58 79.70 OK
r-devel-linux-x86_64-debian-gcc 2016.8-1 7.83 54.99 62.82 OK
r-devel-linux-x86_64-fedora-clang 2016.8-1 113.02 OK
r-devel-linux-x86_64-fedora-gcc 2016.8-1 107.39 OK
r-devel-windows-x86_64 2016.8-1 13.00 188.00 201.00 ERROR
r-patched-linux-x86_64 2016.8-1 8.59 71.26 79.85 OK
r-release-linux-x86_64 2016.8-1 OK
r-release-macos-arm64 2016.8-1 29.00 OK
r-release-macos-x86_64 2016.8-1 43.00 OK
r-release-windows-x86_64 2016.8-1 23.00 106.00 129.00 ERROR
r-oldrel-macos-arm64 2016.8-1 37.00 OK
r-oldrel-macos-x86_64 2016.8-1 53.00 OK
r-oldrel-windows-ix86+x86_64 2016.8-1 19.00 313.00 332.00 OK

Check Details

Version: 2016.8-1
Check: examples
Result: ERROR
    Running examples in 'TSmisc-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: TSmiscMethods
    > ### Title: TSdbi Extensions to Wrap Several Data Sources
    > ### Aliases: TSmiscMethods histQuote TShistQuoteConnection-class
    > ### TSconnect,histQuoteConnection,missing-method
    > ### TSget,character,TShistQuoteConnection-method
    > ### TSdates,character,TShistQuoteConnection-method
    > ### TSdescription,character,TShistQuoteConnection-method
    > ### TSdoc,character,TShistQuoteConnection-method
    > ### TSlabel,character,TShistQuoteConnection-method
    > ### TSsource,character,TShistQuoteConnection-method getSymbol
    > ### TSgetSymbolConnection-class
    > ### TSconnect,getSymbolConnection,missing-method
    > ### TSget,character,TSgetSymbolConnection-method
    > ### TSdates,character,TSgetSymbolConnection-method
    > ### TSdescription,character,TSgetSymbolConnection-method
    > ### TSdoc,character,TSgetSymbolConnection-method
    > ### TSlabel,character,TSgetSymbolConnection-method
    > ### TSsource,character,TSgetSymbolConnection-method xls
    > ### TSxlsConnection-class TSconnect,xlsConnection,missing-method
    > ### TSget,character,TSxlsConnection-method
    > ### TSdates,character,TSxlsConnection-method
    > ### TSdescription,character,TSxlsConnection-method
    > ### TSdoc,character,TSxlsConnection-method
    > ### TSlabel,character,TSxlsConnection-method
    > ### TSsource,character,TSxlsConnection-method zip TSzipConnection-class
    > ### TSconnect,zipConnection,missing-method
    > ### TSget,character,TSzipConnection-method
    > ### TSdates,character,TSzipConnection-method
    > ### TSdescription,character,TSzipConnection-method
    > ### TSdoc,character,TSzipConnection-method
    > ### TSlabel,character,TSzipConnection-method
    > ### TSsource,character,TSzipConnection-method
    > ### Keywords: ts
    >
    > ### ** Examples
    >
    > require("tfplot")
    Loading required package: tfplot
    Loading required package: tframe
    >
    > ## Not run:
    > ##D con <- try(TSconnect("histQuote", dbname="yahoo") )
    > ##D x <- TSget("^gspc", con)
    > ##D tfplot(x)
    > ##D
    > ##D con <- TSconnect("getSymbol", dbname="FRED")
    > ##D x <- TSget("CPIAUCNS", con)
    > ##D tfplot(x)
    > ##D
    > ##D # data from http://pitrading.com/
    > ##D # par(ask=TRUE) # to pause between pages
    > ##D con <- TSconnect("zip", dbname="http://pitrading.com/free_eod_data")
    > ##D x <- TSget("EURUSD", con)
    > ##D tfplot(x, graphs.per.page=3)
    > ##D
    > ##D z <- TSget(c("AD", "CD"), con, quote="Close")
    > ##D tfplot(z, start="2007-01-01", Title=
    > ##D "Futures, Australian and Canadian Dollar Continuous Contract at Close",
    > ##D graphs.per.page=3)
    > ##D
    > ## End(Not run)
    >
    > #### Australian Money ####
    > # test file copied Nov. 29, 2010 from
    > # http://www.rba.gov.au/statistics/tables/xls/d03hist.xls
    >
    > testfile <- system.file("xlsExampleData/d03hist.xls", package = "TSmisc")
    >
    > con1 <- TSconnect("xls", dbname=testfile,
    + map=list(ids =list(i=11, j="B:Q"),
    + data =list(i=12:627, j="B:Q"),
    + dates=list(i=12:627, j="A"),
    + names=list(i=4:7, j="B:Q"),
    + description = NULL,
    + tsrepresentation = function(data,dates){
    + ts(data,start=c(1959,7), frequency=12)}))
    Error in .local(q, dbname = dbname, ...) :
     Could not read spreedsheet D:/RCompile/CRANpkg/lib/4.3/TSmisc/xlsExampleData/d03hist.xlsError in file.exists(tfn) : invalid 'file' argument
    Calls: TSconnect -> TSconnect -> TSconnect -> TSconnect -> .local
    Execution halted
Flavor: r-devel-windows-x86_64

Version: 2016.8-1
Check: examples
Result: ERROR
    Running examples in 'TSmisc-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: TSmiscMethods
    > ### Title: TSdbi Extensions to Wrap Several Data Sources
    > ### Aliases: TSmiscMethods histQuote TShistQuoteConnection-class
    > ### TSconnect,histQuoteConnection,missing-method
    > ### TSget,character,TShistQuoteConnection-method
    > ### TSdates,character,TShistQuoteConnection-method
    > ### TSdescription,character,TShistQuoteConnection-method
    > ### TSdoc,character,TShistQuoteConnection-method
    > ### TSlabel,character,TShistQuoteConnection-method
    > ### TSsource,character,TShistQuoteConnection-method getSymbol
    > ### TSgetSymbolConnection-class
    > ### TSconnect,getSymbolConnection,missing-method
    > ### TSget,character,TSgetSymbolConnection-method
    > ### TSdates,character,TSgetSymbolConnection-method
    > ### TSdescription,character,TSgetSymbolConnection-method
    > ### TSdoc,character,TSgetSymbolConnection-method
    > ### TSlabel,character,TSgetSymbolConnection-method
    > ### TSsource,character,TSgetSymbolConnection-method xls
    > ### TSxlsConnection-class TSconnect,xlsConnection,missing-method
    > ### TSget,character,TSxlsConnection-method
    > ### TSdates,character,TSxlsConnection-method
    > ### TSdescription,character,TSxlsConnection-method
    > ### TSdoc,character,TSxlsConnection-method
    > ### TSlabel,character,TSxlsConnection-method
    > ### TSsource,character,TSxlsConnection-method zip TSzipConnection-class
    > ### TSconnect,zipConnection,missing-method
    > ### TSget,character,TSzipConnection-method
    > ### TSdates,character,TSzipConnection-method
    > ### TSdescription,character,TSzipConnection-method
    > ### TSdoc,character,TSzipConnection-method
    > ### TSlabel,character,TSzipConnection-method
    > ### TSsource,character,TSzipConnection-method
    > ### Keywords: ts
    >
    > ### ** Examples
    >
    > require("tfplot")
    Loading required package: tfplot
    Loading required package: tframe
    >
    > ## Not run:
    > ##D con <- try(TSconnect("histQuote", dbname="yahoo") )
    > ##D x <- TSget("^gspc", con)
    > ##D tfplot(x)
    > ##D
    > ##D con <- TSconnect("getSymbol", dbname="FRED")
    > ##D x <- TSget("CPIAUCNS", con)
    > ##D tfplot(x)
    > ##D
    > ##D # data from http://pitrading.com/
    > ##D # par(ask=TRUE) # to pause between pages
    > ##D con <- TSconnect("zip", dbname="http://pitrading.com/free_eod_data")
    > ##D x <- TSget("EURUSD", con)
    > ##D tfplot(x, graphs.per.page=3)
    > ##D
    > ##D z <- TSget(c("AD", "CD"), con, quote="Close")
    > ##D tfplot(z, start="2007-01-01", Title=
    > ##D "Futures, Australian and Canadian Dollar Continuous Contract at Close",
    > ##D graphs.per.page=3)
    > ##D
    > ## End(Not run)
    >
    > #### Australian Money ####
    > # test file copied Nov. 29, 2010 from
    > # http://www.rba.gov.au/statistics/tables/xls/d03hist.xls
    >
    > testfile <- system.file("xlsExampleData/d03hist.xls", package = "TSmisc")
    >
    > con1 <- TSconnect("xls", dbname=testfile,
    + map=list(ids =list(i=11, j="B:Q"),
    + data =list(i=12:627, j="B:Q"),
    + dates=list(i=12:627, j="A"),
    + names=list(i=4:7, j="B:Q"),
    + description = NULL,
    + tsrepresentation = function(data,dates){
    + ts(data,start=c(1959,7), frequency=12)}))
    Error in .local(q, dbname = dbname, ...) :
     Could not read spreedsheet D:/RCompile/CRANpkg/lib/4.2/TSmisc/xlsExampleData/d03hist.xlsError in file.exists(tfn) : invalid 'file' argument
    Calls: TSconnect -> TSconnect -> TSconnect -> TSconnect -> .local
    Execution halted
Flavor: r-release-windows-x86_64