[Blotter-commits] r960 - pkg/quantstrat/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 4 16:32:31 CET 2012
Author: braverock
Date: 2012-03-04 16:32:31 +0100 (Sun, 04 Mar 2012)
New Revision: 960
Modified:
pkg/quantstrat/R/indicators.R
Log:
- minor updates to roxygen comments, not yet 'published'
Modified: pkg/quantstrat/R/indicators.R
===================================================================
--- pkg/quantstrat/R/indicators.R 2012-03-04 15:31:38 UTC (rev 959)
+++ pkg/quantstrat/R/indicators.R 2012-03-04 15:32:31 UTC (rev 960)
@@ -16,8 +16,9 @@
#' This tells \R to delay evaluation via \code{quote()}, and to use the special variable \code{mktdata}.
#'
#' \code{mktdata} is typically created internally to \code{quantstrat} by looking in the global environment for
-#' a time series of prices or returns. mktdata may also contain other data you've manipulated outside quatstrat,
-#' though where possible you should use quantstrat to contain all the logic for the strategy, to aid in maintenance and modifications.
+#' a time series of prices or returns. mktdata may also contain other data you've manipulated outside quantstrat,
+#' though where possible you should use quantstrat to contain all the logic for the strategy,
+#' to aid in maintenance and modifications.
#'
#' The use of \code{quote()} tells R to not evaluate what's inside the quote until the function is evaluated later.
#' By the time that code is evaluated, \code{mktdata} will be populated with the correct price information based on the contents of whatever portfolio you are evaluating the strategy on.
More information about the Blotter-commits
mailing list