name instead of year; ipynb generator debugged, with logging
[talweg.git] / talweg / DESCRIPTION
diff --git a/talweg/DESCRIPTION b/talweg/DESCRIPTION
deleted file mode 100644 (file)
index e83e31e..0000000
+++ /dev/null
@@ -1,41 +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
-    computeForecast()
-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),
-               R6
-Suggests:
-    roxygen2,
-    testthat,
-    rmarkdown,
-    rainbow,
-    knitr
-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_Neighbors.R'
-    'F_Persistence.R'
-    'F_Zero.R'
-    'Forecast.R'
-    'J_Neighbors.R'
-    'J_Persistence.R'
-    'J_Zero.R'
-    'computeError.R'
-    'computeForecast.R'
-    'getData.R'
-    'plot.R'
-    'utils.R'
-VignetteBuilder: knitr