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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 23 19:49:56 CEST 2014


Author: signori
Date: 2014-06-23 19:49:56 +0200 (Mon, 23 Jun 2014)
New Revision: 1616

Modified:
   pkg/quantstrat/R/initialize.R
Log:
Fixed typo in applyStrategy docs.

Modified: pkg/quantstrat/R/initialize.R
===================================================================
--- pkg/quantstrat/R/initialize.R	2014-06-23 17:39:27 UTC (rev 1615)
+++ pkg/quantstrat/R/initialize.R	2014-06-23 17:49:56 UTC (rev 1616)
@@ -10,7 +10,7 @@
 #' beginning of an \code{\link{applyStrategy}} call.
 #' 
 #' \describe{
-#'      \item{get.Symbols}{if FALSE, will call \code{\link[quantmod]{getSymbols}} 
+#'      \item{get.Symbols}{if TRUE, will call \code{\link[quantmod]{getSymbols}} 
 #'                          on all symbols included in the \code{symbols} vector}
 #'      \item{init.Portf}{if TRUE, will call \code{\link[blotter]{initPortf}} 
 #'                          to initialize the portfolio object}



More information about the Blotter-commits mailing list