reorganize folder
[aggexp.git] / pkg / DESCRIPTION
diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION
new file mode 100644 (file)
index 0000000..81221fc
--- /dev/null
@@ -0,0 +1,33 @@
+Package: affexp
+Title: aggexp : AGGregation of EXPerts to forecast time-series
+Version: 0.2-3
+Description: Blabla TODO
+Authors: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
+       Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
+       Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
+Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
+Depends:
+    R (>= 3.0)
+Suggests:
+    gam,
+    tree,
+    kernlab
+LazyData: yes
+URL: http://git.auder.net/?p=aggexp.git
+License: MIT + file LICENSE
+Collate:
+    'aggexp.R'
+    'z_util.R'
+    'b_Algorithm.R'
+    'b_LinearAlgorithm.R'
+    'm_ExponentialWeights.R'
+    'm_GeneralizedAdditive.R'
+    'm_KnearestNeighbors.R'
+    'm_MLPoly.R'
+    'm_RegressionTree.R'
+    'm_RidgeRegression.R'
+    'm_SVMclassif.R'
+    'z_getData.R'
+    'z_runAlgorithm.R'
+    'z_plotHelper.R'
+    'z_plot.R'