Type: Package
Package: matrixprofiler
Title: Matrix Profile for R
Version: 0.1.9
Authors@R: c(
    person("Francisco", "Bischoff", , "fbischoff@med.up.pt", role = c("aut", "cre"),
           comment = c(ORCID = "https://orcid.org/0000-0002-5301-8672")),
    person("Michael", "Yeh", , "myeh003@ucr.edu", role = c("res", "ccp", "ctb"),
           comment = c(ORCID = "https://orcid.org/0000-0002-9807-2963")),
    person("Diego", "Silva", , "diegofs@ufscar.br", role = c("res", "ccp", "ctb"),
           comment = c(ORCID = "https://orcid.org/0000-0002-5184-9413")),
    person("Yan", "Zhu", , "yzhu015@ucr.edu", role = c("res", "ccp", "ctb"),
           comment = c(ORCID = "https://orcid.org/0000-0002-5952-2108")),
    person("Hoang", "Dau", , "hdau001@ucr.edu", role = c("res", "ccp", "ctb"),
           comment = c(ORCID = "https://orcid.org/0000-0003-2439-5185")),
    person("Michele", "Linardi", , "michele.linardi@orange.fr", role = c("res", "ccp", "ctb"),
           comment = c(ORCID = "https://orcid.org/0000-0002-3249-2068"))
  )
Maintainer: Francisco Bischoff <fbischoff@med.up.pt>
Description: This is the core functions needed by the 'tsmp' package.  The
    low level and carefully checked mathematical functions are here.
    These are implementations of the Matrix Profile concept that was
    created by CS-UCR <http://www.cs.ucr.edu/~eamonn/MatrixProfile.html>.
License: GPL-3
URL: https://github.com/matrix-profile-foundation/matrixprofiler
BugReports: https://github.com/matrix-profile-foundation/matrixprofiler/issues
Depends: R (>= 4.1)
Imports: checkmate (>= 2.1.0), Rcpp (>= 1.0.9), RcppParallel (>= 5.1.5)
Suggests: debugme (>= 1.1.0), spelling (>= 2.2.0), testthat (>= 3.1.4),
        xml2 (>= 1.3.3)
LinkingTo: Rcpp (>= 1.0.9), RcppParallel (>= 5.1.5), RcppProgress (>=
        0.4.2), RcppThread (>= 2.1.3)
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.3
SystemRequirements: GNU make
Packaged: 2023-01-26 02:13:50 UTC; franz
Author: Francisco Bischoff [aut, cre] (<https://orcid.org/0000-0002-5301-8672>),
  Michael Yeh [res, ccp, ctb] (<https://orcid.org/0000-0002-9807-2963>),
  Diego Silva [res, ccp, ctb] (<https://orcid.org/0000-0002-5184-9413>),
  Yan Zhu [res, ccp, ctb] (<https://orcid.org/0000-0002-5952-2108>),
  Hoang Dau [res, ccp, ctb] (<https://orcid.org/0000-0003-2439-5185>),
  Michele Linardi [res, ccp, ctb]
    (<https://orcid.org/0000-0002-3249-2068>)
Repository: CRAN
Date/Publication: 2023-01-26 12:30:06 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:39:49 UTC; windows
Archs: x64
