Initial commit
[talweg.git] / DESCRIPTION
CommitLineData
3d69ff21
BA
1Package: talweg
2Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables
3Version: 0.1-0
4Description: Forecast a curve sampled within the day (seconds, minutes, hours...),
5 using past measured curves, history of some exogenous variables measurements
6 and the exogenous prediction for tomorrow. Main method is getForecast()
7Authors: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
8 Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
9 Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
10Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
11Depends:
12 R (>= 3.0)
13Suggests:
14 roxygen2,
15 testthat,
16 rmarkdown,
17 rainbow
18LazyData: yes
19URL: http://git.auder.net/?p=talweg.git
20License: MIT + file LICENSE
21RoxygenNote: 5.0.1
22Collate:
23 'D_Neighbors.R'
24 'D_Persistence.R'
25 'D_Zero.R'
26 'Data.R'
27 'Forecast.R'
28 'ShapeForecaster.R'
29 'S_Average.R'
30 'S_Neighbors.R'
31 'S_Persistence.R'
32 'getData.R'
33 'getError.R'
34 'getForecast.R'
35 'plot.R'
36 'utils.R'