-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 2.03 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 2.03 KB
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
Type: Package
Package: matrixprofiler
Title: Matrix Profile for R
Version: 0.1.10
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: GNU make