- using R version 2.15.0 Patched (2012-03-31 r58888)
- using platform: sparc-sun-solaris2.10 (32-bit)
- using session charset: UTF-8
- checking for file ‘RFinanceYJ/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘RFinanceYJ’ version ‘0.1.6’
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for .dll and .exe files ... OK
- checking whether package ‘RFinanceYJ’ can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... 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 namespace can be loaded with stated dependencies ... OK
- checking whether the namespace 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 ... NOTE
prepare_Rd: RFinanceYJ-package.Rd:24-25: Dropping empty section \references
prepare_Rd: quoteFXTsData.Rd:31-33: Dropping empty section \details
prepare_Rd: quoteFXTsData.Rd:45-47: Dropping empty section \note
prepare_Rd: quoteFXTsData.Rd:37-39: Dropping empty section \references
prepare_Rd: quoteFXTsData.Rd:49-51: Dropping empty section \seealso
prepare_Rd: quoteFundTsData.Rd:31-33: Dropping empty section \details
prepare_Rd: quoteFundTsData.Rd:45-47: Dropping empty section \note
prepare_Rd: quoteFundTsData.Rd:37-39: Dropping empty section \references
prepare_Rd: quoteFundTsData.Rd:49-51: Dropping empty section \seealso
prepare_Rd: quoteStockTsData.Rd:31-33: Dropping empty section \details
prepare_Rd: quoteStockTsData.Rd:46-48: Dropping empty section \note
prepare_Rd: quoteStockTsData.Rd:38-40: Dropping empty section \references
prepare_Rd: quoteStockTsData.Rd:50-52: Dropping empty section \seealso
prepare_Rd: quoteStockXtsData.Rd:23-25: Dropping empty section \details
prepare_Rd: quoteStockXtsData.Rd:37-39: Dropping empty section \note
prepare_Rd: quoteStockXtsData.Rd:29-31: Dropping empty section \references
prepare_Rd: toXts.Rd:19-21: Dropping empty section \details
prepare_Rd: toXts.Rd:33-35: Dropping empty section \note
prepare_Rd: toXts.Rd:25-27: Dropping empty section \references
prepare_Rd: toXts.Rd:37-39: Dropping empty section \seealso
- 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 for unstated dependencies in examples ... OK
- checking examples ... ERROR
Running examples in ‘RFinanceYJ-Ex.R’ failed
The error most likely occurred in:
> ### Name: RFinanceYJ-package
> ### Title: Japanese finance market from Yahoo!-finance-Japan
> ### Aliases: RFinanceYJ-package RFinanceYJ
> ### Keywords: package
>
> ### ** Examples
>
> stock <- quoteStockTsData('4689.t')
Error in as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
Calls: quoteStockTsData ... as.POSIXct.default -> as.POSIXct -> as.POSIXlt -> as.POSIXlt.character
Execution halted