drop enercast submodule; drop Rcpp requirement; fix doc, complete code, fix fix fix
[epclust.git] / epclust / DESCRIPTION
CommitLineData
ac1d4231
BA
1Package: epclust
2Title: Clustering individual electricity power curves
56857861 3Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets
282342ba 4 decomposition. The main function 'claws' takes (usually long) time-series
56857861 5 in input, and return as many clusters centers as requested, along with their
282342ba
BA
6 ranks and synchrones (sum of all curves in one group).
7 For the method, see ?claws and https://arxiv.org/abs/1101.4744.
8 For usage examples, see ?claws and package vignette.
ac1d4231 9Version: 0.1-0
56857861
BA
10Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
11 Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut],
12 Yannig Goude <Yannig.Goude@edf.fr> [ctb],
13 Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb]
ac1d4231
BA
14Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
15Depends:
4bcfdbee
BA
16 R (>= 3.0.0)
17Imports:
18 methods,
56857861
BA
19 parallel,
20 cluster,
363ae134 21 bigmemory,
282342ba
BA
22 wavelets,
23 Rwave
ac1d4231 24Suggests:
492cd9e7 25 synchronicity,
4bcfdbee 26 devtools,
ac1d4231 27 testthat,
282342ba 28 roxygen2,
363ae134 29 MASS,
56857861 30 wmtsa,
40f12a2f
BA
31 DBI,
32 digest
ac1d4231 33License: MIT + file LICENSE
4bcfdbee 34RoxygenNote: 6.0.1
e161499b 35Collate:
4bcfdbee 36 'main.R'
56857861
BA
37 'clustering.R'
38 'de_serialize.R'
6ad3f3fd 39 'A_NAMESPACE.R'
282342ba
BA
40 'computeSynchrones.R'
41 'computeWerDists.R'
e161499b 42 'plot.R'
282342ba 43 'utils.R'