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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 5 05:04:18 CET 2011


Author: peter_carl
Date: 2011-01-05 05:04:18 +0100 (Wed, 05 Jan 2011)
New Revision: 528

Modified:
   pkg/blotter/R/addTxn.R
Log:
- minor edit to roxygen documentation


Modified: pkg/blotter/R/addTxn.R
===================================================================
--- pkg/blotter/R/addTxn.R	2011-01-05 04:01:20 UTC (rev 527)
+++ pkg/blotter/R/addTxn.R	2011-01-05 04:04:18 UTC (rev 528)
@@ -110,7 +110,7 @@
 #' @param verbose If TRUE (default) the function prints the elements of the transaction in a line to the screen, e.g., "2007-01-08 IBM 50 \@ 77.6". Suppress using FALSE.
 #' @param ConMult Contract or instrument multiplier for the Symbol if it is not dened in an instrument specication
 #' @seealso \code{\link{addTxn}}, \code{\link{initPortf}}
-#' @notes
+#' @note
 #' TODO figure out if we can fully vectorize this function to make it faster
 addTxns<- function(Portfolio, Symbol, TxnData , verbose=TRUE, ..., ConMult=NULL)
 {



More information about the Blotter-commits mailing list