[Blotter-commits] r937 - pkg/FinancialInstrument/inst/parser

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 22 04:29:11 CET 2012


Author: peter_carl
Date: 2012-02-22 04:29:10 +0100 (Wed, 22 Feb 2012)
New Revision: 937

Modified:
   pkg/FinancialInstrument/inst/parser/download.NAREIT.R
Log:
Minor changes to organize package calls together

Modified: pkg/FinancialInstrument/inst/parser/download.NAREIT.R
===================================================================
--- pkg/FinancialInstrument/inst/parser/download.NAREIT.R	2012-02-21 22:30:02 UTC (rev 936)
+++ pkg/FinancialInstrument/inst/parser/download.NAREIT.R	2012-02-22 03:29:10 UTC (rev 937)
@@ -6,8 +6,10 @@
 # Peter Carl
 
 # Load needed packages:
-require(zoo)
+require(xts)
 require(gdata)
+require(FinancialInstrument)
+require(quantmod)
 
 # Set the working directory, where there's a .incoming folder that contains
 # the downloaded spreadsheet.



More information about the Blotter-commits mailing list