X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=pkg%2FDESCRIPTION;fp=pkg%2FDESCRIPTION;h=5b6e11066e6261d49fbb2f3c23856c0cbf38baed;hp=0000000000000000000000000000000000000000;hb=e906736ea27105237e84c904dce6170353726292;hpb=57f337af19cd6251815bb1ff2d62f4c58e8b6078 diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION new file mode 100644 index 0000000..5b6e110 --- /dev/null +++ b/pkg/DESCRIPTION @@ -0,0 +1,44 @@ +Package: epclust +Title: Clustering Individual Electricity Power Curves +Description: Electric Power curves CLUSTering, through their wavelets + decomposition. The main function 'claws' takes (usually long) time-series + in input, and return as many clusters centers as requested, along with their + ranks and synchrones (sum of all curves in one group). + For the method, see ?claws and https://arxiv.org/abs/1101.4744. + For usage examples, see ?claws and package vignette. +Version: 0.1-0 +Author: Benjamin Auder [aut,cre], + Jairo Cugliari [aut], + Yannig Goude [ctb], + Jean-Michel Poggi [ctb] +Maintainer: Benjamin Auder +Depends: + R (>= 3.0.0) +Imports: + methods, + parallel, + cluster, + bigmemory, + wavethresh, + Rwave +Suggests: + synchronicity, + devtools, + testthat, + roxygen2, + MASS, + wmtsa, + DBI, + digest +License: MIT + file LICENSE +RoxygenNote: 6.0.1 +Collate: + 'main.R' + 'clustering.R' + 'de_serialize.R' + 'A_NAMESPACE.R' + 'computeSynchrones.R' + 'computeWerDists.R' + 'plot.R' + 'simulateCurve.R' + 'utils.R'