fix package
[talweg.git] / pkg / DESCRIPTION
1 Package: talweg
2 Title: Time-Series Samples Forecasted With Exogenous Variables
3 Version: 0.1-0
4 Description: Forecast a curve sampled within the day (seconds, minutes,
5 hours...), using past measured curves + past exogenous informations, which
6 could be some aggregated measure on the past curves, the weather... Main
7 starting point: computeForecast().
8 Author: 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]
11 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12 Depends:
13 R (>= 3.0),
14 Imports:
15 R6,
16 methods
17 Suggests:
18 parallel,
19 devtools,
20 roxygen2,
21 testthat,
22 rainbow
23 LazyData: yes
24 URL: http://git.auder.net/?p=talweg.git
25 License: MIT + file LICENSE
26 RoxygenNote: 5.0.1
27 Collate:
28 'plot.R'
29 'computeError.R'
30 'computeForecast.R'
31 'J_Zero.R'
32 'J_Persistence.R'
33 'J_Neighbors.R'
34 'F_Zero.R'
35 'F_Persistence.R'
36 'F_Neighbors.R'
37 'F_Average.R'
38 'getData.R'
39 'utils.R'
40 'Forecaster.R'
41 'Forecast.R'
42 'Data.R'
43 'A_NAMESPACE.R'