-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.01 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
Package: EventDetectR
Version: 0.3.6
Title: Event Detection Framework
Description: Detect events in time-series data. Combines multiple well-known R packages like 'forecast' and 'neuralnet' to deliver an easily configurable tool for multivariate event detection.
Authors@R:
c(
person("Margarita", "Rebolledo", email="[email protected]", role=c("aut")),
person("Sowmya", "Chandrasekaran", email="[email protected]", role=c("aut", "cre")),
person("Frederik", "Rehbach", email="[email protected]", role=c("aut")),
person("Steffen", "Moritz", email="[email protected]", role=c("aut"), comment = c(ORCID = "0000-0002-0085-1804"))
)
Encoding: UTF-8
LazyData: yes
Type: Package
ByteCompile: TRUE
BugReports: https://github.com/frehbach/EventDetectR/issues
URL: https://github.com/frehbach/EventDetectR
Repository: CRAN
Depends:
R (>= 3.1.0)
Imports: imputeTS, forecast, ggplot2, gridExtra, neuralnet, Rdpack
RdMacros: Rdpack
Suggests: testthat, utils, caret, e1071
License: GPL-3
RoxygenNote: 7.1.1