X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=epclust%2FDESCRIPTION;h=c607000164b8d7d12d1123294db7406e4aa6e776;hp=aa5acdeefba24b20c9e18816bbb4b66a6bd6e8c6;hb=56857861dc15088cf58e7438968fe5714b22168e;hpb=62deb4244895a20a35397dfb062f0b9fe94c5012 diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION index aa5acde..c607000 100644 --- a/epclust/DESCRIPTION +++ b/epclust/DESCRIPTION @@ -1,23 +1,29 @@ Package: epclust Title: Clustering individual electricity power curves -Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets decomposition. - The main method 'epclust' takes (usually long) time-series in input, and return as many - clusters centers as requested, along with their identifiers (if aplicable). - Several parameters can be tuned: please refer to the package vignette. +Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets + decomposition. The main method 'epclust' takes (usually long) time-series + in input, and return as many clusters centers as requested, along with their + identifiers (if aplicable). Several parameters can be tuned: please refer to the + package vignette. Version: 0.1-0 -Author: - Benjamin Auder [aut,cre], - Jairo Cugliari [aut], - Yannig Goude [ctb], - Jean-Michel Poggi [ctb] +Author: Benjamin Auder [aut,cre], + Jairo Cugliari [aut], + Yannig Goude [ctb], + Jean-Michel Poggi [ctb] Maintainer: Benjamin Auder Depends: R (>= 3.0.0), - parallel, - cluster, - wavelets + parallel, + cluster, + wavelets Suggests: testthat, - wmtsa, - RSQLite + wmtsa, + RSQLite License: MIT + file LICENSE +RoxygenNote: 5.0.1 +Collate: + 'utils.R' + 'clustering.R' + 'de_serialize.R' + 'main.R'