* using log directory 'd:/Rcompile/CRANpkg/local/2.11/TSzip.Rcheck' * using R version 2.11.1 Patched (2010-07-29 r52657) * using session charset: ISO8859-1 * checking for file 'TSzip/DESCRIPTION' ... OK * this is package 'TSzip' version '2011.3-1' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'TSzip' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the name space can be loaded with stated dependencies ... OK * checking whether the name space can be unloaded cleanly ... OK * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking examples ... ERROR Running examples in 'TSzip-Ex.R' failed. The error most likely occurred in: > ### * TSdbiMethods > > flush(stderr()); flush(stdout()) > > ### Name: zip > ### Title: Methods for TSdbi Generics to Connect to zipped csv Files > ### Aliases: zip TSconnect,zipDriver,character-method > ### TSget,character,TSzipConnection-method > ### TSdates,character,TSzipConnection-method > ### TSdescription,character,TSzipConnection-method > ### TSdoc,character,TSzipConnection-method > ### TSlabel,character,TSzipConnection-method > ### dbDisconnect,TSzipConnection-method zipDriver-class > ### TSzipConnection-class > ### Keywords: ts > > ### ** Examples > > # data from http://pitrading.com/ > # par(ask=TRUE) # to pause between pages > con <- TSconnect("zip", dbname="http://pitrading.com/free_eod_data") > x <- TSget("EURUSD", con) Loading required package: zoo Warning in unzip(file, overwrite = TRUE, exdir = dir) : internal error in unz code Warning in file(file, "rt") : cannot open file 'd:\temp\RtmpuhAuqQ\file7211f43/EURUSD.txt': No such file or directory Error in .local(serIDs, con, ...) : Could read downloaded file d:\temp\RtmpuhAuqQ\file7211f43/EURUSD.txtError in file(file, "rt") : cannot open the connection Calls: TSget -> TSget -> .local Execution halted