save intermediate
[epclust.git] / epclust / DESCRIPTION
index bb3e6cf..1c6c51d 100644 (file)
@@ -1,22 +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 <Benjamin.Auder@math.u-psud.fr> [aut,cre],
-       Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut]
+Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
+    Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut],
+    Yannig Goude <Yannig.Goude@edf.fr> [ctb],
+    Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb]
 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
 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,
-    knitr,
-               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'