Package: rucrdtw
Type: Package
Title: R Bindings for the UCR Suite
Version: 0.1.4
Date: 2020-03-02
Authors@R: c(person("Philipp", "Boersch-Supan", email = "pboesu@gmail.com", 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 (>= 2.10)
Imports:
    Rcpp
SystemRequirements: C++11
RoxygenNote: 7.0.1
Suggests: testthat,
    knitr,
    rmarkdown,
    dtw,
    rbenchmark
VignetteBuilder: knitr
