-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1010 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
31
32
33
34
35
36
37
38
39
40
41
Package: bizdays
Title: Business Days Calculations and Utilities
Description: Business days calculations based on a list of holidays and
nonworking weekdays. Quite useful for fixed income and derivatives pricing.
Version: 1.0.17
Authors@R: person(given = "Wilson",
family = "Freitas",
role = c("aut", "cre"),
email = "[email protected]")
URL: https://github.com/wilsonfreitas/R-bizdays
VignetteBuilder: knitr
Suggests:
RQuantLib,
timeDate,
knitr,
testthat,
covr,
rmarkdown
Imports: methods, utils, jsonlite
Collate:
'R-bizdays-package.r'
'calendar.R'
'adjust.date.R'
'bizdays.options.R'
'bizseq.R'
'is.bizday.R'
'offset.R'
'bizdiff.R'
'bizdays.R'
'create-calendars.R'
'calendar-export.R'
'getdate.R'
'getbizdays.R'
'load-buildin-calendars.R'
'zzz.R'
Depends:
R (>= 4.0.0)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.3.1
Encoding: UTF-8