forked from frehbach/EventDetectR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 927 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: EventDetectR
Version: 0.3.2
Title: Event Detection Framework
Description: Detect / classify events in time-series data. Combines multiple well-known R packages like 'forecast' to deliver an easily configurable tool for event detection.
Author: Frederik Rehbach [aut, cre], Steffen Moritz [aut] (<https://orcid.org/0000-0002-0085-1804>)
Authors@R:
c(
person("Frederik", "Rehbach", email="[email protected]", role=c("aut", "cre")),
person("Steffen", "Moritz", email="[email protected]", role=c("aut"), comment = c(ORCID = "0000-0002-0085-1804"))
)
Maintainer: Frederik Rehbach <[email protected]>
LazyData: yes
Type: Package
ByteCompile: TRUE
BugReports: https://github.com/frehbach/EventDetectR/issues
URL: https://github.com/frehbach/EventDetectR
Repository: CRAN
Depends:
R (>= 3.0.1)
Imports: imputeTS, forecast
Suggests: testthat, utils, caret, e1071
License: GPL-3
RoxygenNote: 6.1.0