-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.29 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: santoku
Type: Package
Title: A Versatile Cutting Tool
Version: 1.0.0.9000
Authors@R:
c(
person(given = "David",
family = "Hugh-Jones",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Daniel",
family = "Possenriede",
role = c("ctb"),
email = "[email protected]")
)
Maintainer: David Hugh-Jones <[email protected]>
Description: A tool for cutting data into intervals. Allows singleton intervals.
Always includes the whole range of data by default. Flexible labelling.
Convenience functions for cutting by quantiles etc. Handles dates, times, units
and other vectors.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
bench,
bit64,
covr,
haven,
Hmisc,
hms,
knitr,
lubridate,
purrr,
rmarkdown,
scales,
stringi,
testthat (>= 2.1.0),
units,
withr,
xts,
zoo
LinkingTo:
Rcpp
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
assertthat,
glue,
lifecycle,
rlang,
vctrs
URL: https://github.com/hughjonesd/santoku, https://hughjonesd.github.io/santoku/
BugReports: https://github.com/hughjonesd/santoku/issues
VignetteBuilder: knitr
RdMacros: lifecycle