X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=epclust%2FDESCRIPTION;h=1c6c51df2f11eed88793d25995a7338499ce3762;hb=6ad3f3fd0ec4f3cd1fd5de4a287c1893293e5bcc;hp=aa5acdeefba24b20c9e18816bbb4b66a6bd6e8c6;hpb=62deb4244895a20a35397dfb062f0b9fe94c5012;p=epclust.git diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION index aa5acde..1c6c51d 100644 --- a/epclust/DESCRIPTION +++ b/epclust/DESCRIPTION @@ -1,23 +1,44 @@ 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 + R (>= 3.0.0) +Imports: + methods, + parallel, + cluster, + wavelets, + bigmemory, + Rwave, + Rcpp +LinkingTo: + Rcpp, + BH, + bigmemory Suggests: + synchronicity, + devtools, testthat, - 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' + 'RcppExports.R' + 'plot.R'