-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.36 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
Package: composits
Type: Package
Title: Compositional, Multivariate and Univariate Time Series Outlier Ensemble
Version: 0.1.1
Authors@R: c(
person("Sevvandi", "Kandanaarachchi", email = "sevvandik@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0337-0395")),
person("Patricia", "Menendez", email = "Patricia.Menendez@monash.edu",
role = c("aut"), comment = c(ORCID = "0000-0003-0701-6315")),
person("Ursula", "Laa", email = "Ursula.Laa@monash.edu",
role = c("aut"), comment = c(ORCID = "0000-0002-0249-6439")),
person("Ruben", "Loaiza-Maya", email = "Ruben.LoaizaMaya@monash.edu",
role = c("aut"), comment = c(ORCID = "0000-0003-4132-8355"))
)
Maintainer: Sevvandi Kandanaarachchi <sevvandik@gmail.com>
Description: A compositional, multivariate and univariate time series outlier ensemble.
It uses the four R packages forecast, tsoutliers, otsad and anomalize to detect time
series outliers.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
otsad,
tsoutliers,
forecast,
anomalize,
dplyr,
tibble,
rlang,
pracma,
dobin,
ICS,
fastICA,
gridExtra,
grid,
ggplot2,
tidyr,
kableExtra
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
tourr,
stringr,
broom,
maptools
VignetteBuilder: knitr
Depends:
R (>= 3.4.0)
URL: https://sevvandi.github.io/composits/