'update'
[talweg.git] / pkg / DESCRIPTION
... / ...
CommitLineData
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,
5 hours...), using past measured curves, history of some exogenous variables
6 measurements and the exogenous prediction for tomorrow. Main method is
7 computeForecast()
8Authors: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
9 Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
10 Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
11Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12Depends:
13 R (>= 3.0),
14 R6
15Suggests:
16 roxygen2,
17 testthat,
18 rmarkdown,
19 rainbow,
20 knitr
21LazyData: yes
22URL: http://git.auder.net/?p=talweg.git
23License: MIT + file LICENSE
24RoxygenNote: 5.0.1
25Collate:
26 'Data.R'
27 'Forecaster.R'
28 'F_Average.R'
29 'F_Neighbors.R'
30 'F_Persistence.R'
31 'F_Zero.R'
32 'Forecast.R'
33 'J_Neighbors.R'
34 'J_Persistence.R'
35 'J_Zero.R'
36 'computeError.R'
37 'computeForecast.R'
38 'getData.R'
39 'plot.R'
40 'utils.R'
41VignetteBuilder: knitr