[Blotter-commits] r1717 - pkg/FinancialInstrument/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 15 01:23:07 CET 2015


Author: bodanker
Date: 2015-11-15 01:23:07 +0100 (Sun, 15 Nov 2015)
New Revision: 1717

Modified:
   pkg/FinancialInstrument/R/load.instruments.R
Log:
Update file names in load.instruments examples

R CMD build --resave-data=gzip has been the default since 2011-02-08
(in R-devel), so add .gz to file extensions in examples.


Modified: pkg/FinancialInstrument/R/load.instruments.R
===================================================================
--- pkg/FinancialInstrument/R/load.instruments.R	2015-11-14 23:45:07 UTC (rev 1716)
+++ pkg/FinancialInstrument/R/load.instruments.R	2015-11-15 00:23:07 UTC (rev 1717)
@@ -50,9 +50,9 @@
 #' \code{\link{getSymbols.FI}}
 #' @examples
 #' \dontrun{
-#' load.instruments(system.file('data/currencies.csv',package='FinancialInstrument'))
-#' load.instruments(system.file('data/root_contracts.csv',package='FinancialInstrument'))
-#' load.instruments(system.file('data/future_series.csv',package='FinancialInstrument'))
+#' load.instruments(system.file('data/currencies.csv.gz',package='FinancialInstrument'))
+#' load.instruments(system.file('data/root_contracts.csv.gz',package='FinancialInstrument'))
+#' load.instruments(system.file('data/future_series.csv.gz',package='FinancialInstrument'))
 #'
 #' }
 #' @export



More information about the Blotter-commits mailing list