X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=epclust%2FDESCRIPTION;h=304fdff78103ff42c1854f52ce2db6e79d064de7;hb=492cd9e74a79cbcc0ecde55fa3071a44b7e463dc;hp=bb3e6cfb9d91a6d0a6acbc91dd494a9e10d9774c;hpb=5c6529795907ba1b34d4552cbfd0e0cbb77cac0f;p=epclust.git diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION index bb3e6cf..304fdff 100644 --- a/epclust/DESCRIPTION +++ b/epclust/DESCRIPTION @@ -1,22 +1,37 @@ 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] +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 + R (>= 3.0.0) +Imports: + methods, + parallel, + cluster, + wavelets, + bigmemory, + Rwave Suggests: + synchronicity, + devtools, testthat, - knitr, - wmtsa, - RSQLite + MASS, + clue, + wmtsa, + DBI License: MIT + file LICENSE +RoxygenNote: 6.0.1 +Collate: + 'main.R' + 'clustering.R' + 'de_serialize.R' + 'a_NAMESPACE.R'