[Blotter-commits] r447 - pkg/quantstrat/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 13 18:26:59 CET 2010


Author: braverock
Date: 2010-11-13 18:26:55 +0100 (Sat, 13 Nov 2010)
New Revision: 447

Modified:
   pkg/quantstrat/R/strategy.R
Log:
- roxygen doc update

Modified: pkg/quantstrat/R/strategy.R
===================================================================
--- pkg/quantstrat/R/strategy.R	2010-11-13 16:57:40 UTC (rev 446)
+++ pkg/quantstrat/R/strategy.R	2010-11-13 17:26:55 UTC (rev 447)
@@ -1,7 +1,7 @@
 #' constructor for objects of type 'strategy'
 #' @param name character string naming the strategy
 #' @param ... any other passthru parameters
-#' @param assets optional list of assets to apply the strategy to
+#' @param assets optional list of assets to apply the strategy to, should normally be defined in the portfolio, not here
 #' @param constraints optional portfolio constraints object matching assets
 #' @param store TRUE/FALSE whether to store the strategy in the .strategy environment, or return it.  default FALSE
 #' @export



More information about the Blotter-commits mailing list