[Blotter-commits] r1209 - in pkg/FinancialInstrument: . R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Oct 4 00:16:35 CEST 2012
Author: gsee
Date: 2012-10-04 00:16:35 +0200 (Thu, 04 Oct 2012)
New Revision: 1209
Modified:
pkg/FinancialInstrument/
pkg/FinancialInstrument/NAMESPACE
pkg/FinancialInstrument/R/ls_instruments.R
pkg/FinancialInstrument/man/ls_instruments.Rd
Log:
export rm_FX
svn ignore .Rproj.user
Property changes on: pkg/FinancialInstrument
___________________________________________________________________
Added: svn:ignore
+ .Rproj.user
.Rhistory
.RData
Modified: pkg/FinancialInstrument/NAMESPACE
===================================================================
--- pkg/FinancialInstrument/NAMESPACE 2012-10-03 14:53:55 UTC (rev 1208)
+++ pkg/FinancialInstrument/NAMESPACE 2012-10-03 22:16:35 UTC (rev 1209)
@@ -98,6 +98,7 @@
export(rm_funds)
export(rm_futures)
export(rm_future_series)
+export(rm_FX)
export(rm_instruments)
export(rm_non_derivatives)
export(rm_options)
Modified: pkg/FinancialInstrument/R/ls_instruments.R
===================================================================
--- pkg/FinancialInstrument/R/ls_instruments.R 2012-10-03 14:53:55 UTC (rev 1208)
+++ pkg/FinancialInstrument/R/ls_instruments.R 2012-10-03 22:16:35 UTC (rev 1209)
@@ -555,7 +555,7 @@
#' @export
#' @rdname ls_instruments
-rm_exchange_rates <- rm_FX <- function(x) {
+rm_exchange_rates <- function(x) {
if (missing(x)) {
x <- ls_exchange_rates()
}
@@ -564,6 +564,10 @@
#' @export
#' @rdname ls_instruments
+rm_FX <- rm_exchange_rates
+
+#' @export
+#' @rdname ls_instruments
rm_bonds <- function(x) {
if (missing(x)) {
x <- ls_bonds()
Modified: pkg/FinancialInstrument/man/ls_instruments.Rd
===================================================================
--- pkg/FinancialInstrument/man/ls_instruments.Rd 2012-10-03 14:53:55 UTC (rev 1208)
+++ pkg/FinancialInstrument/man/ls_instruments.Rd 2012-10-03 22:16:35 UTC (rev 1209)
@@ -100,6 +100,8 @@
rm_exchange_rates(x)
+ rm_FX(x)
+
rm_bonds(x)
rm_funds(x)
More information about the Blotter-commits
mailing list