-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: dint
Title: A Toolkit for Year-Quarter, Year-Month and Year-Isoweek
Dates
Version: 2.1.5
Authors@R:
person(given = "Stefan",
family = "Fleck",
role = c("aut", "cre"),
email = "stefan.b.fleck@gmail.com",
comment = c(ORCID = "0000-0003-3344-9851"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: S3 classes and methods to create and work
with year-quarter, year-month and year-isoweek vectors. Basic
arithmetic operations (such as adding and subtracting) are supported,
as well as formatting and converting to and from standard R date
types.
License: MIT + file LICENSE
URL: https://github.com/s-fleck/dint
BugReports: https://github.com/s-fleck/dint/issues
Suggests:
covr,
ggplot2,
knitr,
lubridate,
rmarkdown,
scales,
testthat,
zoo
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Collate:
'accessors.R'
'arithmetic.R'
'date_xx.R'
'date_y.R'
'date_ym.R'
'date_yq.R'
'date_yw.R'
'dint-package.R'
'extract.r'
'first_of.R'
'format.R'
'increment.R'
'parser.R'
'predicates.R'
'utils-sfmisc.R'
'zoo-compat.R'
'scale_date_xx.R'
'seq.R'
'utils.R'