[Blotter-commits] r1639 - pkg/FinancialInstrument
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 8 15:38:23 CEST 2014
Author: gsee
Date: 2014-10-08 15:38:22 +0200 (Wed, 08 Oct 2014)
New Revision: 1639
Modified:
pkg/FinancialInstrument/DESCRIPTION
Log:
move zoo and xts from Imports to Depends. Require higher version of quantmod.
Modified: pkg/FinancialInstrument/DESCRIPTION
===================================================================
--- pkg/FinancialInstrument/DESCRIPTION 2014-10-08 03:43:16 UTC (rev 1638)
+++ pkg/FinancialInstrument/DESCRIPTION 2014-10-08 13:38:22 UTC (rev 1639)
@@ -13,10 +13,10 @@
Date: 2014-10-07
Depends:
R (>= 2.12.0),
- quantmod(>= 0.3-17),
+ quantmod (>= 0.4-2),
+ zoo (>= 1.7-5),
+ xts
Imports:
- zoo(>= 1.7-5),
- xts,
TTR
Suggests:
foreach,
More information about the Blotter-commits
mailing list