new version, persistence -7 days
[talweg.git] / DESCRIPTION
index 82f3e84..f3ee58a 100644 (file)
@@ -1,9 +1,10 @@
 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()
+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]
@@ -13,22 +14,24 @@ Depends:
 Suggests:
     roxygen2,
     testthat,
-               rmarkdown,
-               rainbow
+    rmarkdown,
+    rainbow
 LazyData: yes
 URL: http://git.auder.net/?p=talweg.git
 License: MIT + file LICENSE
 RoxygenNote: 5.0.1
 Collate:
-    'D_Neighbors.R'
-    'D_Persistence.R'
-    'D_Zero.R'
     'Data.R'
+    'Forecaster.R'
+    'F_Average.R'
+    'F_Level.R'
+    'F_Neighbors.R'
+    'F_Persistence.R'
+    'F_Zero.R'
     'Forecast.R'
-    'ShapeForecaster.R'
-    'S_Average.R'
-    'S_Neighbors.R'
-    'S_Persistence.R'
+    'J_Neighbors.R'
+    'J_Persistence.R'
+    'J_Zero.R'
     'getData.R'
     'getError.R'
     'getForecast.R'