2013-06-09(日) [長年日記]
_
はじめてのOSコードリーディング ~UNIX V6で学ぶカーネルのしくみ (Software Design plus)(青柳 隆宏)
はじめてのOSコードリーディング ~UNIX V6で学ぶカーネルのしくみ (Software Design plus)
技術評論社
¥ 3,360
_ RFinanceYJ 0.2.0 登場するも as.POSIXlt.character(x, tz, ...) : character string is not in a standard unambiguous format
RFinanceYJ 0.1.6 で Error in order(financial.data$date) : argument 1 is not a vector が発生したので
> stock <- quoteStockTsData('4689.t')
以下にエラー as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
> stock <- quoteStockXtsData('4689.t')
以下にエラー as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
> fund <- quoteFundTsData("11311023")
以下にエラー as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
> aud <- quoteFXTsData('AUDJPY=X', '2010-01-01')
以下にエラー as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
別の問題が発生したようです.[ツッコミを入れる]