-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
33 lines (33 loc) · 981 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
Package: Rcatch22
Type: Package
Title: Calculation of 22 CAnonical Time-Series CHaracteristics
Version: 0.2.3
Date: 2024-09-30
Authors@R: c(
person("Trent", "Henderson", email = "then6675@uni.sydney.edu.au", role = c("cre", "aut")),
person("Carl", "Lubba", email = "c.lubba15@imperial.ac.uk", role = c("ctb"))
)
Maintainer: Trent Henderson <then6675@uni.sydney.edu.au>
Description: Calculate 22 summary statistics coded in C on time-series vectors to enable
pattern detection, classification, and regression applications in the
feature space as proposed by Lubba et al. (2019) <doi:10.1007/s10618-019-00647-x>.
BugReports: https://github.com/hendersontrent/Rcatch22/issues/
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
rlang,
stats,
Rcpp (>= 0.12.15)
LinkingTo:
Rcpp
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3