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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 22 03:48:41 CEST 2012


Author: gsee
Date: 2012-08-22 03:48:39 +0200 (Wed, 22 Aug 2012)
New Revision: 1128

Modified:
   pkg/FinancialInstrument/R/instrument.R
   pkg/FinancialInstrument/R/synthetic.R
   pkg/FinancialInstrument/man/instrument.Rd
   pkg/FinancialInstrument/man/synthetic.instrument.Rd
Log:
 minor fixes in docs

Modified: pkg/FinancialInstrument/R/instrument.R
===================================================================
--- pkg/FinancialInstrument/R/instrument.R	2012-08-16 21:32:32 UTC (rev 1127)
+++ pkg/FinancialInstrument/R/instrument.R	2012-08-22 01:48:39 UTC (rev 1128)
@@ -144,7 +144,7 @@
 #' instrument
 #' fund
 #' @seealso 
-#' \code{link{currency}},
+#' \code{\link{currency}},
 #' \code{\link{exchange_rate}},
 #' \code{\link{option_series}},
 #' \code{\link{future_series}},

Modified: pkg/FinancialInstrument/R/synthetic.R
===================================================================
--- pkg/FinancialInstrument/R/synthetic.R	2012-08-16 21:32:32 UTC (rev 1127)
+++ pkg/FinancialInstrument/R/synthetic.R	2012-08-22 01:48:39 UTC (rev 1128)
@@ -99,7 +99,7 @@
 #' @param root_id instrument identifier for the root contract, default NULL
 #' @param suffix_id identifiers for the member contract suffixes, default NULL, will be split as \code{members}, see Details
 #' @return called for side effect. stores an instrument in .instrument environment
-#' @author author Brian Peterson, Garrett See
+#' @author Brian Peterson, Garrett See
 #' @seealso instrument, future, option_series.yahoo
 #' @examples
 #'

Modified: pkg/FinancialInstrument/man/instrument.Rd
===================================================================
--- pkg/FinancialInstrument/man/instrument.Rd	2012-08-16 21:32:32 UTC (rev 1127)
+++ pkg/FinancialInstrument/man/instrument.Rd	2012-08-22 01:48:39 UTC (rev 1128)
@@ -142,7 +142,7 @@
   \code{\link[quantmod]{setSymbolLookup}}.
 }
 \seealso{
-  \code{link{currency}}, \code{\link{exchange_rate}},
+  \code{\link{currency}}, \code{\link{exchange_rate}},
   \code{\link{option_series}}, \code{\link{future_series}},
   \code{\link{spread}}, \code{\link{load.instruments}}
 }

Modified: pkg/FinancialInstrument/man/synthetic.instrument.Rd
===================================================================
--- pkg/FinancialInstrument/man/synthetic.instrument.Rd	2012-08-16 21:32:32 UTC (rev 1127)
+++ pkg/FinancialInstrument/man/synthetic.instrument.Rd	2012-08-22 01:48:39 UTC (rev 1128)
@@ -128,7 +128,7 @@
 }
 }
 \author{
-  author Brian Peterson, Garrett See
+  Brian Peterson, Garrett See
 }
 \seealso{
   instrument, future, option_series.yahoo



More information about the Blotter-commits mailing list