major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / code / draft_R_pkg / DESCRIPTION
diff --git a/code/draft_R_pkg/DESCRIPTION b/code/draft_R_pkg/DESCRIPTION
deleted file mode 100644 (file)
index ed5af77..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-VignetteBuilder: knitr