'update'
[epclust.git] / code / draft_R_pkg / DESCRIPTION
1 Package: epclust
2 Title: Clustering individual electricity power curves
3 Description: 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.
7 Version: 0.1-0
8 Author:
9 Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
10 Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut]
11 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12 Depends:
13 R (>= 3.0.0)
14 Imports:
15 MASS
16 Suggests:
17 testthat,
18 parallel,
19 knitr
20 License: MIT + file LICENSE
21 VignetteBuilder: knitr