major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / epclust / DESCRIPTION
diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION
new file mode 100644 (file)
index 0000000..2b2c1f5
--- /dev/null
@@ -0,0 +1,20 @@
+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.
+Version: 0.1-0
+Author:
+       Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
+       Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut]
+Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
+Depends:
+    R (>= 3.0.0),
+               parallel,
+               cluster,
+               wavelets
+Suggests:
+    testthat,
+    knitr
+License: MIT + file LICENSE