-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.07 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
Package: rucrdtw
Type: Package
Title: R Bindings for the UCR Suite
Version: 0.1.6
Date: 2023-12-11
Authors@R: c(person("Philipp", "Boersch-Supan", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6723-6833")),
person("Thanawin", "Rakthanmanon", role = "aut"),
person("Bilson", "Campana", role = "aut"),
person("Abdullah", "Mueen", role = "aut"),
person("Gustavo", "Batista", role = "aut"),
person("Eamonn", "Keogh", role = "aut")
)
BugReports: https://github.com/pboesu/rucrdtw/issues
URL: https://github.com/pboesu/rucrdtw
Description: R bindings for functions from the UCR Suite by Rakthanmanon et al. (2012) <DOI:10.1145/2339530.2339576>, which enables ultrafast subsequence
search for a best match under Dynamic Time Warping and Euclidean Distance.
License: Apache License
LazyData: TRUE
LinkingTo: Rcpp
Depends: R (>= 3.6)
Imports:
Rcpp
RoxygenNote: 7.2.3
Suggests: testthat,
knitr,
rmarkdown,
dtw,
rbenchmark
VignetteBuilder: knitr
Encoding: UTF-8