[Blotter-commits] r1075 - pkg/FinancialInstrument/inst/parser
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Wed Jun 27 22:32:03 CEST 2012
    
    
  
Author: peter_carl
Date: 2012-06-27 22:32:03 +0200 (Wed, 27 Jun 2012)
New Revision: 1075
Modified:
   pkg/FinancialInstrument/inst/parser/download.DJUBSindex.R
Log:
- fixed meta-data parsing problem
Modified: pkg/FinancialInstrument/inst/parser/download.DJUBSindex.R
===================================================================
--- pkg/FinancialInstrument/inst/parser/download.DJUBSindex.R	2012-06-25 20:27:02 UTC (rev 1074)
+++ pkg/FinancialInstrument/inst/parser/download.DJUBSindex.R	2012-06-27 20:32:03 UTC (rev 1075)
@@ -12,7 +12,7 @@
   # Several series, all index values
   # Remove the footer at the bottom
   # Load needed packages:
-  require(zoo)
+  require(xts)
   require(gdata)
   require(FinancialInstrument)
   require(quantmod)
    
    
More information about the Blotter-commits
mailing list