-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
76 lines (76 loc) · 2.27 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Type: Package
Package: tsmp
Title: Time Series with Matrix Profile
Version: 0.4.15
Authors@R:
c(person(given = "Francisco",
family = "Bischoff",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-5301-8672")),
person(given = "Michael",
family = "Yeh",
role = c("res", "ccp", "ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-9807-2963")),
person(given = "Diego",
family = "Silva",
role = c("res", "ccp", "ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-5184-9413")),
person(given = "Yan",
family = "Zhu",
role = c("res", "ccp", "ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-5952-2108")),
person(given = "Hoang",
family = "Dau",
role = c("res", "ccp", "ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-2439-5185")),
person(given = "Michele",
family = "Linardi",
role = c("res", "ccp", "ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-3249-2068")))
Maintainer: Francisco Bischoff <[email protected]>
Description: A toolkit implementing the Matrix Profile concept
that was created by CS-UCR
<http://www.cs.ucr.edu/~eamonn/MatrixProfile.html>.
License: Apache License (>= 2.0)
URL: https://github.com/matrix-profile-foundation/tsmp
BugReports: https://github.com/matrix-profile-foundation/tsmp/issues
Depends:
R (>= 4.0)
Imports:
audio,
checkmate,
doSNOW,
foreach,
magrittr,
parallel,
progress,
Rcpp,
RcppParallel (>= 5.0.0),
RJSONIO
Suggests:
covr,
gdtools,
knitr,
rmarkdown,
raster,
spelling,
testthat (>= 2.1.0),
vdiffr
LinkingTo:
Rcpp (>= 1.0.3),
RcppParallel (>= 5.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: GNU make