-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1009 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
Package: warp
Title: Group Dates
Version: 0.2.1.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Tooling to group dates by a variety of periods including:
yearly, monthly, by second, by week of the month, and more. The
groups are defined in such a way that they also represent the distance
between dates in terms of the period. This extracts valuable
information that can be used in further calculations that rely on a
specific temporal spacing between observations.
License: MIT + file LICENSE
URL: https://github.com/DavisVaughan/warp,
https://davisvaughan.github.io/warp/
BugReports: https://github.com/DavisVaughan/warp/issues
Depends:
R (>= 3.2)
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3