トップ «前の日記(2013-06-02(日)) 最新 次の日記(2013-06-11(火))» 編集

とた日記


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 が発生したので を作ってしのいでいましたが,0.2.0 が出たっぽいので試してみました.インタフェイスが変更になっていますね.
> 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
別の問題が発生したようです.