| qlcal-package {qlcal} | R Documentation |
R Bindings to the Calendaring Functionality of 'QuantLib'
Description
'QuantLib' bindings are provided for R using 'Rcpp' via an evolved version of the initial header-only 'Quantuccia' project offering an subset of 'QuantLib' (now maintained separately just for the calendaring subset). See the included file 'AUTHORS' for a full list of contributors to 'QuantLib' (and hence also 'Quantuccia').
Details
The DESCRIPTION file:
| Package: | qlcal |
| Type: | Package |
| Title: | R Bindings to the Calendaring Functionality of 'QuantLib' |
| Version: | 0.0.12 |
| Date: | 2024-07-23 |
| Author: | Dirk Eddelbuettel; the authors and contributors of QuantLib |
| Maintainer: | Dirk Eddelbuettel <edd@debian.org> |
| Description: | 'QuantLib' bindings are provided for R using 'Rcpp' via an evolved version of the initial header-only 'Quantuccia' project offering an subset of 'QuantLib' (now maintained separately just for the calendaring subset). See the included file 'AUTHORS' for a full list of contributors to 'QuantLib' (and hence also 'Quantuccia'). |
| URL: | https://github.com/qlcal/qlcal-r, https://dirk.eddelbuettel.com/code/qlcal-r.html |
| BugReports: | https://github.com/qlcal/qlcal-r/issues |
| License: | GPL (>= 2) |
| Imports: | Rcpp |
| LinkingTo: | Rcpp, BH |
| RoxygenNote: | 6.0.1 |
| NeedsCompilation: | yes |
| Encoding: | UTF-8 |
Package Content
Index of help topics:
adjust_cpp Compute adjusted dates
advanceDate Advance a date
advanceUnits_cpp Compute adjusted dates
businessDaysBetween Compute number of business dates between
calendar dates
calendars The 'calendars' vector contains all calendar
identifiers.
getEndOfMonth Compute end-of-month
getHolidays Compute holidays or business days
getName Get calendar name, or id
isBusinessDay Test for business days
isEndOfMonth Test for end-of-month
isHoliday Test for holidays
isWeekend Test for weekends
qlcal-package R Bindings to the Calendaring Functionality of
'QuantLib'
setCalendar Set a calendar
Maintainer
Dirk Eddelbuettel <edd@debian.org>
Author(s)
Dirk Eddelbuettel; the authors and contributors of QuantLib
References
[Package qlcal version 0.0.12 Index]