'update'
[epclust.git] / code / draft_R_pkg / DESCRIPTION
diff --git a/code/draft_R_pkg/DESCRIPTION b/code/draft_R_pkg/DESCRIPTION
new file mode 100644 (file)
index 0000000..ce9129b
--- /dev/null
@@ -0,0 +1,21 @@
+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)
+Imports:
+               MASS
+Suggests:
+    testthat,
+    parallel,
+    knitr
+License: MIT + file LICENSE
+VignetteBuilder: knitr