[Blotter-commits] r74 - pkg/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 12 20:23:07 CET 2009


Author: peter_carl
Date: 2009-03-12 20:23:07 +0100 (Thu, 12 Mar 2009)
New Revision: 74

Modified:
   pkg/tests/txnFee.R
Log:
- set time zone to "America/Chicago" to match sample close data.


Modified: pkg/tests/txnFee.R
===================================================================
--- pkg/tests/txnFee.R	2009-03-12 12:19:03 UTC (rev 73)
+++ pkg/tests/txnFee.R	2009-03-12 19:23:07 UTC (rev 74)
@@ -1,7 +1,7 @@
 
 suppressMessages(library(blotter))	# to suppress the TZ noise from xts
 library(quantmod)
-
+Sys.setenv(TZ="America/Chicago")
 verbose <- FALSE
 data(IBM)                               # data included in package
 symbols <- c("IBM")



More information about the Blotter-commits mailing list