[Blotter-commits] r1176 - in pkg/blotter: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 12 20:36:25 CEST 2012


Author: braverock
Date: 2012-09-12 20:36:25 +0200 (Wed, 12 Sep 2012)
New Revision: 1176

Modified:
   pkg/blotter/R/addTxn.R
   pkg/blotter/man/addDiv.Rd
   pkg/blotter/man/addTxn.Rd
   pkg/blotter/man/addTxns.Rd
Log:
- more documentation ligatures, hat tip to Doug Edmunds


Modified: pkg/blotter/R/addTxn.R
===================================================================
--- pkg/blotter/R/addTxn.R	2012-09-12 18:26:56 UTC (rev 1175)
+++ pkg/blotter/R/addTxn.R	2012-09-12 18:36:25 UTC (rev 1176)
@@ -35,7 +35,7 @@
 #' @param TxnPrice  Price at which the transaction was done
 #' @param \dots Any other passthrough parameters
 #' @param TxnFees Fees associated with the transaction, e.g. commissions., See Details
-#' @param ConMult Contract/instrument multiplier for the Symbol if it is not defined in an instrument specication
+#' @param ConMult Contract/instrument multiplier for the Symbol if it is not defined in an instrument specification
 #' @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 eps value to add to force unique indices
 #' @note 
@@ -147,7 +147,7 @@
 #' @param TxnData  An xts object containing all required txn fields
 #' @param \dots Any other passthrough parameters
 #' @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 defined in an instrument specication
+#' @param ConMult Contract or instrument multiplier for the Symbol if it is not defined in an instrument specification
 #' @seealso \code{\link{addTxn}}, \code{\link{initPortf}}
 #' @note
 #' TODO figure out if we can fully vectorize this function to make it faster
@@ -226,7 +226,7 @@
 #' @param \dots Any other passthrough parameters.
 #' @param TxnFees Fees associated with the transaction, e.g. commissions. See Details.
 #' @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 defined in an instrument specication.
+#' @param ConMult Contract or instrument multiplier for the Symbol if it is not defined in an instrument specification.
 #' @export
 #' @note
 #' # TODO add TxnTypes to $txn table

Modified: pkg/blotter/man/addDiv.Rd
===================================================================
--- pkg/blotter/man/addDiv.Rd	2012-09-12 18:26:56 UTC (rev 1175)
+++ pkg/blotter/man/addDiv.Rd	2012-09-12 18:36:25 UTC (rev 1176)
@@ -30,7 +30,7 @@
 
   \item{ConMult}{Contract or instrument multiplier for the
   Symbol if it is not defined in an instrument
-  specication.}
+  specification.}
 }
 \description{
   Adding a cash dividend does not affect position quantity,

Modified: pkg/blotter/man/addTxn.Rd
===================================================================
--- pkg/blotter/man/addTxn.Rd	2012-09-12 18:26:56 UTC (rev 1175)
+++ pkg/blotter/man/addTxn.Rd	2012-09-12 18:36:25 UTC (rev 1176)
@@ -28,7 +28,8 @@
   commissions., See Details}
 
   \item{ConMult}{Contract/instrument multiplier for the
-  Symbol if it is not defined in an instrument specication}
+  Symbol if it is not defined in an instrument
+  specification}
 
   \item{verbose}{If TRUE (default) the function prints the
   elements of the transaction in a line to the screen,

Modified: pkg/blotter/man/addTxns.Rd
===================================================================
--- pkg/blotter/man/addTxns.Rd	2012-09-12 18:26:56 UTC (rev 1175)
+++ pkg/blotter/man/addTxns.Rd	2012-09-12 18:36:25 UTC (rev 1176)
@@ -22,7 +22,8 @@
   e.g., "2007-01-08 IBM 50 @ 77.6". Suppress using FALSE.}
 
   \item{ConMult}{Contract or instrument multiplier for the
-  Symbol if it is not defined in an instrument specication}
+  Symbol if it is not defined in an instrument
+  specification}
 }
 \description{
   Add multiple transactions to a portfolio



More information about the Blotter-commits mailing list