use R6 class; remove data first and last elements --> simplify
[talweg.git] / pkg / DESCRIPTION
CommitLineData
3d69ff21
BA
1Package: talweg
2Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables
3Version: 0.1-0
e030a6e3
BA
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
99f83c9a 7 computeForecast()
3d69ff21
BA
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)
14Suggests:
15 roxygen2,
16 testthat,
e030a6e3 17 rmarkdown,
613a986f
BA
18 rainbow,
19 knitr
3d69ff21
BA
20LazyData: yes
21URL: http://git.auder.net/?p=talweg.git
22License: MIT + file LICENSE
23RoxygenNote: 5.0.1
24Collate:
3d69ff21 25 'Data.R'
e030a6e3
BA
26 'Forecaster.R'
27 'F_Average.R'
e030a6e3
BA
28 'F_Neighbors.R'
29 'F_Persistence.R'
30 'F_Zero.R'
3d69ff21 31 'Forecast.R'
e030a6e3
BA
32 'J_Neighbors.R'
33 'J_Persistence.R'
34 'J_Zero.R'
3d69ff21 35 'getData.R'
99f83c9a
BA
36 'computeError.R'
37 'computeForecast.R'
3d69ff21
BA
38 'plot.R'
39 'utils.R'
613a986f 40VignetteBuilder: knitr