[Blotter-commits] r1045 - in pkg/FinancialInstrument: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 11 00:13:32 CEST 2012


Author: gsee
Date: 2012-06-11 00:13:32 +0200 (Mon, 11 Jun 2012)
New Revision: 1045

Modified:
   pkg/FinancialInstrument/R/buildSpread.R
   pkg/FinancialInstrument/man/fn_SpreadBuilder.Rd
Log:
 typo in docs

Modified: pkg/FinancialInstrument/R/buildSpread.R
===================================================================
--- pkg/FinancialInstrument/R/buildSpread.R	2012-06-10 22:10:54 UTC (rev 1044)
+++ pkg/FinancialInstrument/R/buildSpread.R	2012-06-10 22:13:32 UTC (rev 1045)
@@ -173,7 +173,7 @@
 #'   multipliers before calculating the spread?
 #' @param unique_method method for making the time series unique
 #' @param auto.assign if \code{TRUE} (the default) the constructed spread will be stored in symbol created with \code{\link{make_spread_id}}. instrument metadata will also be created and stored with the same primary_id.
-#' @param env if \code{prod1} and \code{prod1} are character, this where to 
+#' @param env if \code{prod1} and \code{prod1} are character, this is where to 
 #'   \code{get} the data.  Also, if \code{auto.assign} is \code{TRUE} this is 
 #'   the environment in which to store the data (.GlobalEnv by default) 
 #' @param silent silence warnings? (FALSE by default)

Modified: pkg/FinancialInstrument/man/fn_SpreadBuilder.Rd
===================================================================
--- pkg/FinancialInstrument/man/fn_SpreadBuilder.Rd	2012-06-10 22:10:54 UTC (rev 1044)
+++ pkg/FinancialInstrument/man/fn_SpreadBuilder.Rd	2012-06-10 22:13:32 UTC (rev 1045)
@@ -46,9 +46,10 @@
   also be created and stored with the same primary_id.}
 
   \item{env}{if \code{prod1} and \code{prod1} are
-  character, this where to \code{get} the data.  Also, if
-  \code{auto.assign} is \code{TRUE} this is the environment
-  in which to store the data (.GlobalEnv by default)}
+  character, this is where to \code{get} the data.  Also,
+  if \code{auto.assign} is \code{TRUE} this is the
+  environment in which to store the data (.GlobalEnv by
+  default)}
 
   \item{silent}{silence warnings? (FALSE by default)}
 



More information about the Blotter-commits mailing list