set final draft for package
[epclust.git] / epclust / DESCRIPTION
... / ...
CommitLineData
1Package: epclust
2Title: Clustering individual electricity power curves
3Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets decomposition.
4 The main method 'epclust' takes (usually long) time-series in input, and return as many
5 clusters centers as requested, along with their identifiers (if aplicable).
6 Several parameters can be tuned: please refer to the package vignette.
7Version: 0.1-0
8Author:
9 Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
10 Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut]
11Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12Depends:
13 R (>= 3.0.0),
14 parallel,
15 cluster,
16 wavelets
17Suggests:
18 testthat,
19 knitr,
20 wmtsa,
21 RSQLite
22License: MIT + file LICENSE