'update'
[talweg.git] / pkg / DESCRIPTION
CommitLineData
3a38473a
BA
1Package: talweg
2Title: Time-Series Samples Forecasted With Exogenous Variables
3Version: 0.3-0
4Description: 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().
8Author: 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),
14Imports:
15 R6,
16 methods,
17 MASS
18Suggests:
19 parallel,
20 devtools,
21 roxygen2,
22 testthat,
23 rainbow
24LazyData: yes
25URL: http://git.auder.net/?p=talweg.git
26License: MIT + file LICENSE
27RoxygenNote: 6.0.1
28Collate:
29 'plot.R'
30 'computeError.R'
31 'computeForecast.R'
32 'J_Zero.R'
33 'J_Persistence.R'
34 'J_Neighbors.R'
35 'F_Zero.R'
36 'F_Persistence.R'
37 'F_Neighbors.R'
38 'F_Average.R'
39 'getData.R'
40 'utils.R'
41 'Forecaster.R'
42 'Forecast.R'
43 'Data.R'
44 'A_NAMESPACE.R'
45 'J_LastValue.R'
46 'sample_dataset.R'