[Blotter-commits] r41 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 30 05:34:11 CET 2008


Author: peter_carl
Date: 2008-12-30 05:34:11 +0100 (Tue, 30 Dec 2008)
New Revision: 41

Modified:
   pkg/man/calcPortfAttr.Rd
   pkg/man/getBySymbol.Rd
   pkg/man/getEndEq.Rd
Log:
- fixed latex errors


Modified: pkg/man/calcPortfAttr.Rd
===================================================================
--- pkg/man/calcPortfAttr.Rd	2008-12-30 04:33:36 UTC (rev 40)
+++ pkg/man/calcPortfAttr.Rd	2008-12-30 04:34:11 UTC (rev 41)
@@ -25,7 +25,7 @@
   \item{Unrealized.PL}{The sum total increase or decrease in unrealized profits or losses on open positions in the portfolio at the end of the period.}
   \item{Trading.PL}{Net realized profit or loss plus interest income plus change in unrealized profit or loss across all positions in the portfolio.}
 
-The function \fctn{calcPortfSummary} returns all of the columns in an xts object.
+The function \command{calcPortfSummary} returns all of the columns in an xts object.
 }
 \value{
   An xts time series with the calculated attribute values

Modified: pkg/man/getBySymbol.Rd
===================================================================
--- pkg/man/getBySymbol.Rd	2008-12-30 04:33:36 UTC (rev 40)
+++ pkg/man/getBySymbol.Rd	2008-12-30 04:34:11 UTC (rev 41)
@@ -10,7 +10,7 @@
 \arguments{
   \item{Portfolio}{ A Portfolio object containing transactions }
   \item{Attribute}{ Column name to be assembled for each symbol in the Portfolio, any of: 'Pos.Qty', 'Pos.Value', 'Txn.Value', 'Realized.PL', 'Unrealized.PL', or 'Trading.PL' }
-  \item{Date}{ \package{xts} date range to return.  If no date is specified, the function returns all available dates }
+  \item{Date}{ \pkg{xts} date range to return.  If no date is specified, the function returns all available dates }
 }
 \details{
     Retrieves and formats values calculated by the function \code{\link{updatePosPL}}.  The resulting xts object is formatted with the symbol as the columnname. 

Modified: pkg/man/getEndEq.Rd
===================================================================
--- pkg/man/getEndEq.Rd	2008-12-30 04:33:36 UTC (rev 40)
+++ pkg/man/getEndEq.Rd	2008-12-30 04:34:11 UTC (rev 41)
@@ -12,7 +12,7 @@
   \item{Date}{ an ISO 8601 date, such as '2008-01-05' }
 }
 \details{
-    Retrieves the value from the \kbd{TOTAL} slot of the Account object. Use \kbd{[account_obj_name]$TOTAL} to review the xts table of calculated data.
+    Retrieves the value from the \kbd{TOTAL} slot of the Account object. Use \kbd{[Account object name]$TOTAL} to review the xts table of calculated data.
 }
 \value{
     Numeric value of the equity account for the date given



More information about the Blotter-commits mailing list