[Blotter-commits] r573 - pkg/blotter/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 12 19:52:40 CET 2011


Author: braverock
Date: 2011-03-12 19:52:40 +0100 (Sat, 12 Mar 2011)
New Revision: 573

Modified:
   pkg/blotter/R/chart.Reconcile.R
Log:
- remove spurious comment that doesn't reflect the current code

Modified: pkg/blotter/R/chart.Reconcile.R
===================================================================
--- pkg/blotter/R/chart.Reconcile.R	2011-03-12 18:51:45 UTC (rev 572)
+++ pkg/blotter/R/chart.Reconcile.R	2011-03-12 18:52:40 UTC (rev 573)
@@ -97,6 +97,7 @@
                 colnames(difftable)<-c('from','to','Net.difference')
                 difftable$Abs.difference <- abs(difftable$Net.difference)
                 for (i in 1:nrow(difftable)) difftable$Max.Abs.difference[i] <- max(abs(PLdifference[paste(difftable$from[i],difftable$to[i],sep='/')]))
+                ## TODO calc period difference and accumulate that?
                 colnames(difftable)<-c('from','to','Net.difference','Abs.difference','Max.Abs.difference')
                 attr(difftable$Net.difference,'dimnames')<-NULL
                 attr(difftable$Abs.difference,'dimnames')<-NULL



More information about the Blotter-commits mailing list