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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 23 18:21:32 CET 2012


Author: gsee
Date: 2012-02-23 18:21:32 +0100 (Thu, 23 Feb 2012)
New Revision: 944

Modified:
   pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R
Log:
 provide pos to rm

Modified: pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R
===================================================================
--- pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R	2012-02-23 16:47:23 UTC (rev 943)
+++ pkg/FinancialInstrument/inst/parser/TRTH_BackFill.R	2012-02-23 17:21:32 UTC (rev 944)
@@ -206,7 +206,7 @@
             require(doMC)
             registerDoMC(.TRTH$no.cores)
             file.remove(".RData") # already been loaded
-            rm(".Last") #otherwise, won't be able to quit R without it restarting
+            rm(".Last", pos=.GlobalEnv) #otherwise, won't be able to quit R without it restarting
             setwd(wd)
             .TRTH
         }, pos=.GlobalEnv)



More information about the Blotter-commits mailing list