[Rquantlib-commits] r323 - pkg/RQuantLib
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 10 17:12:09 CEST 2011
Author: edd
Date: 2011-09-10 17:12:09 +0200 (Sat, 10 Sep 2011)
New Revision: 323
Modified:
pkg/RQuantLib/ChangeLog
Log:
updated
Modified: pkg/RQuantLib/ChangeLog
===================================================================
--- pkg/RQuantLib/ChangeLog 2011-09-10 15:09:06 UTC (rev 322)
+++ pkg/RQuantLib/ChangeLog 2011-09-10 15:12:09 UTC (rev 323)
@@ -1,8 +1,15 @@
+2011-09-10 Dirk Eddelbuettel <edd at debian.org>
+
+ * R/dayCounter.R: Added new function 'setEvaluationDate' as a simple
+ pass-through function to set a date as the QuantLib evaluation date
+ * src/daycounter.cpp: C++ part of setEvaluationDate()
+ * man/Calendars.Rd: Documentation for setEvaluationDate()
+
2011-09-09 Dirk Eddelbuettel <edd at debian.org>
* src/discount.cpp (DiscountCurve): Cache the (global) value of
- QuantLib::Settings::instance().evaluationDate() and reset it at end,
- with thanks to Helmut Heiming for the bug report.
+ QuantLib::Settings::instance().evaluationDate() and reset it at end,
+ with thanks to Helmut Heiming for the bug report.
2011-05-02 Dirk Eddelbuettel <edd at debian.org>
@@ -12,7 +19,7 @@
2011-04-04 Dirk Eddelbuettel <edd at debian.org>
- * src/Makevars.win: Simplied using lib${R_ARCH}
+ * src/Makevars.win: Simplified using lib${R_ARCH}
2011-04-03 Dirk Eddelbuettel <edd at debian.org>
More information about the Rquantlib-commits
mailing list