[Blotter-commits] r1246 - pkg/FinancialInstrument
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 11 20:47:45 CET 2012
Author: gsee
Date: 2012-11-11 20:47:45 +0100 (Sun, 11 Nov 2012)
New Revision: 1246
Modified:
pkg/FinancialInstrument/NEWS
Log:
NEWS file uses markdown sytax for prettier format (e.g. when viewed with help(package='FinancialInstrument', help='html'))
Modified: pkg/FinancialInstrument/NEWS
===================================================================
--- pkg/FinancialInstrument/NEWS 2012-11-08 21:49:34 UTC (rev 1245)
+++ pkg/FinancialInstrument/NEWS 2012-11-11 19:47:45 UTC (rev 1246)
@@ -1,22 +1,29 @@
-****************************
-** Changes in Version 1.1 **
-****************************
+Changes in Version 1.1
+======================
+
NEW FEATURES
- o sort.instrument() method to sort the components of an instrument
- o CompareInstrumentFiles() allows passing it only 1 argument in which case it
- will compare the currently loaded instrument environment against it.
+* sort.instrument() method to sort the components of an instrument
+
+* CompareInstrumentFiles() allows passing it only 1 argument in which case it
+ will compare the currently loaded instrument environment against it.
+
BUG FIXES
- o import xts to prevent xts functions from being masked.
- o ls_instruments_by() checks for NA to avoid an error.
- o force evaluation of arguments to CompareInstrumentEnvironment()
- o option_series.yahoo() checks the results of the call to
- quantmod::getOptionChain() and only uses rows that contain the ticker Symbol
- (sometimes in the off-hours, yahoo includes a bad row)
- o update_instruments.morningstar is slightly more robust. It no longer
- depends on the relevant table being the 4th on the page; instead it uses
- the table with the most rows.
+* import xts to prevent xts functions from being masked.
+
+* ls_instruments_by() checks for NA to avoid an error.
+
+* force evaluation of arguments to CompareInstrumentEnvironment()
+
+* option_series.yahoo() checks the results of the call to
+ quantmod::getOptionChain() and only uses rows that contain the ticker Symbol
+ (sometimes in the off-hours, yahoo includes a bad row)
+
+* update_instruments.morningstar is slightly more robust. It no longer
+ depends on the relevant table being the 4th on the page; instead it uses
+ the table with the most rows.
+
USER VISIBLE CHANGES
- o minor updates to docs: typo fixes, updated seealso sections
+* minor updates to docs: typo fixes, updated seealso sections
More information about the Blotter-commits
mailing list