reorganize folder
[talweg.git] / DESCRIPTION
diff --git a/DESCRIPTION b/DESCRIPTION
deleted file mode 100644 (file)
index f3ee58a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Package: talweg
-Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables
-Version: 0.1-0
-Description: Forecast a curve sampled within the day (seconds, minutes,
-    hours...), using past measured curves, history of some exogenous variables
-    measurements and the exogenous prediction for tomorrow. Main method is
-    getForecast()
-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:
-    roxygen2,
-    testthat,
-    rmarkdown,
-    rainbow
-LazyData: yes
-URL: http://git.auder.net/?p=talweg.git
-License: MIT + file LICENSE
-RoxygenNote: 5.0.1
-Collate:
-    'Data.R'
-    'Forecaster.R'
-    'F_Average.R'
-    'F_Level.R'
-    'F_Neighbors.R'
-    'F_Persistence.R'
-    'F_Zero.R'
-    'Forecast.R'
-    'J_Neighbors.R'
-    'J_Persistence.R'
-    'J_Zero.R'
-    'getData.R'
-    'getError.R'
-    'getForecast.R'
-    'plot.R'
-    'utils.R'