[Blotter-commits] r1185 - in pkg/FinancialInstrument: R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 15 16:26:22 CEST 2012
Author: gsee
Date: 2012-09-15 16:26:22 +0200 (Sat, 15 Sep 2012)
New Revision: 1185
Modified:
pkg/FinancialInstrument/R/CompareInstrumentFiles.R
pkg/FinancialInstrument/man/CompareInstrumentFiles.Rd
Log:
typo fix
Modified: pkg/FinancialInstrument/R/CompareInstrumentFiles.R
===================================================================
--- pkg/FinancialInstrument/R/CompareInstrumentFiles.R 2012-09-15 14:24:51 UTC (rev 1184)
+++ pkg/FinancialInstrument/R/CompareInstrumentFiles.R 2012-09-15 14:26:22 UTC (rev 1185)
@@ -12,7 +12,7 @@
#' @param file1 A file containing an instrument environment
#' @param file2 Another file containing an instrument environment. If not
#' provided, \code{file1} will be compared against the currently loaded
-#' instrument environment will be used
+#' instrument environment.
#' @param ... Arguments to pass to \code{\link{all.equal.instrument}}
#' @return A list that contains the names of all instruments that were added,
#' the names of all instruments that were removed, and the changes to all
Modified: pkg/FinancialInstrument/man/CompareInstrumentFiles.Rd
===================================================================
--- pkg/FinancialInstrument/man/CompareInstrumentFiles.Rd 2012-09-15 14:24:51 UTC (rev 1184)
+++ pkg/FinancialInstrument/man/CompareInstrumentFiles.Rd 2012-09-15 14:26:22 UTC (rev 1185)
@@ -10,7 +10,7 @@
\item{file2}{Another file containing an instrument
environment. If not provided, \code{file1} will be
compared against the currently loaded instrument
- environment will be used}
+ environment.}
\item{...}{Arguments to pass to
\code{\link{all.equal.instrument}}}
More information about the Blotter-commits
mailing list