-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
20 lines (20 loc) · 935 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: qlcal
Type: Package
Title: R Bindings to the Calendaring Functionality of 'QuantLib'
Version: 0.0.13.1
Date: 2025-01-13
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("QuantLib Authors", role = "aut"))
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