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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 22 21:35:49 CET 2011


Author: gsee
Date: 2011-12-22 21:35:48 +0100 (Thu, 22 Dec 2011)
New Revision: 887

Modified:
   pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R
Log:
 - drop qmao dependency 
 - typo: config_file --> config.file


Modified: pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R
===================================================================
--- pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R	2011-12-22 19:50:12 UTC (rev 886)
+++ pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R	2011-12-22 20:35:48 UTC (rev 887)
@@ -74,8 +74,8 @@
     dargs <- list(...)
 
     ## Load required packages
-    require(qmao)
-    #require(FinancialInstrument)
+    #require(qmao)
+    require(FinancialInstrument)
     require(doMC)
     #require(sendmailR) # for email on failure
 
@@ -89,7 +89,7 @@
     }
 
     ## Source the config_file -- this will be overwritten by any arguments in dots
-    if (!missing(config.file)) source(config_file)
+    if (!missing(config.file)) source(config.file)
 
     # There are some variables that we need that should be in the config file.
     # Anything passed in through dots will override arguments of the same name that were in config_file



More information about the Blotter-commits mailing list