[Blotter-commits] r1360 - pkg/quantstrat/inst/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 15 16:08:58 CET 2013
Author: milktrader
Date: 2013-01-15 16:08:58 +0100 (Tue, 15 Jan 2013)
New Revision: 1360
Modified:
pkg/quantstrat/inst/tests/nuke_environments.R
Log:
added more nuke weaponry to nuke_environments
Modified: pkg/quantstrat/inst/tests/nuke_environments.R
===================================================================
--- pkg/quantstrat/inst/tests/nuke_environments.R 2013-01-15 14:53:54 UTC (rev 1359)
+++ pkg/quantstrat/inst/tests/nuke_environments.R 2013-01-15 15:08:58 UTC (rev 1360)
@@ -1,3 +1,4 @@
-suppressWarnings(rm(list=ls(.strategy), pos=.strategy))
-suppressWarnings(rm(list=ls(.blotter), pos=.blotter))
-suppressWarnings(rm(list=ls()))
+rm(list=ls(.strategy), pos=.strategy)
+rm(list=ls(.blotter), pos=.blotter)
+rm_instruments( keep.currencies = FALSE)
+rm(list=ls())
More information about the Blotter-commits
mailing list