save intermediate
[epclust.git] / epclust / DESCRIPTION
CommitLineData
ac1d4231
BA
1Package: epclust
2Title: Clustering individual electricity power curves
56857861
BA
3Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets
4 decomposition. The main method 'epclust' takes (usually long) time-series
5 in input, and return as many clusters centers as requested, along with their
6 identifiers (if aplicable). Several parameters can be tuned: please refer to the
7 package vignette.
ac1d4231 8Version: 0.1-0
56857861
BA
9Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
10 Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut],
11 Yannig Goude <Yannig.Goude@edf.fr> [ctb],
12 Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb]
ac1d4231
BA
13Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
14Depends:
4bcfdbee
BA
15 R (>= 3.0.0)
16Imports:
17 methods,
56857861
BA
18 parallel,
19 cluster,
4bcfdbee 20 wavelets,
363ae134
BA
21 bigmemory,
22 Rwave,
23 Rcpp
24LinkingTo:
25 Rcpp,
26 BH,
27 bigmemory
ac1d4231 28Suggests:
492cd9e7 29 synchronicity,
4bcfdbee 30 devtools,
ac1d4231 31 testthat,
363ae134
BA
32 MASS,
33 clue,
56857861 34 wmtsa,
4bcfdbee 35 DBI
ac1d4231 36License: MIT + file LICENSE
4bcfdbee 37RoxygenNote: 6.0.1
e161499b 38Collate:
4bcfdbee 39 'main.R'
56857861
BA
40 'clustering.R'
41 'de_serialize.R'
6ad3f3fd
BA
42 'A_NAMESPACE.R'
43 'RcppExports.R'
e161499b 44 'plot.R'