-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1015 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Type: Package
Package: fmdates
Title: Financial Market Date Calculations
Version: 0.1.4-99
Authors@R: person("Imanuel", "Costigan", email = "i.costigan@me.com",
role = c("aut", "cre"))
Description: Implements common date calculations relevant for specifying
the economic nature of financial market contracts that are typically defined
by International Swap Dealer Association (ISDA, <http://www2.isda.org>) legal
documentation. This includes methods to check whether dates are business
days in certain locales, functions to adjust and shift dates and time length
(or day counter) calculations.
License: GPL-2
URL: https://github.com/imanuelcostigan/fmdates, https://imanuelcostigan.github.io/fmdates/
BugReports: https://github.com/imanuelcostigan/fmdates/issues
Imports:
assertthat,
lubridate (>= 1.7.0),
methods,
utils
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1