forked from wilsonfreitas/R-bizdays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 860 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
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.7
Author: Wilson Freitas <[email protected]>
Maintainer: Wilson Freitas <[email protected]>
URL: https://github.com/wilsonfreitas/R-bizdays
VignetteBuilder: knitr
Suggests:
RQuantLib,
timeDate,
knitr,
testthat,
covr
Imports: methods, utils, jsonlite
Collate:
'R-bizdays-package.r'
'datasets.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'
Depends:
R (>= 2.15)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.1.1