[Blotter-commits] r80 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 14 17:48:34 CET 2009


Author: edd
Date: 2009-03-14 17:48:34 +0100 (Sat, 14 Mar 2009)
New Revision: 80

Modified:
   pkg/man/calcPortfAttr.Rd
Log:
align function argument order in Rd file to that in R file (spotted by R CMD check)


Modified: pkg/man/calcPortfAttr.Rd
===================================================================
--- pkg/man/calcPortfAttr.Rd	2009-03-14 16:46:32 UTC (rev 79)
+++ pkg/man/calcPortfAttr.Rd	2009-03-14 16:48:34 UTC (rev 80)
@@ -6,7 +6,7 @@
     Calculates the attributes of a portfolio from its positions.
 }
 \usage{
-calcPortfAttr(Portfolio, Attribute, Symbols = NULL, Date = NULL)
+calcPortfAttr(Portfolio, Attribute, Date = NULL, Symbols = NULL)
 calcPortfSummary(Portfolio, Date = NULL)
 }
 \arguments{



More information about the Blotter-commits mailing list