X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=e83e31e64817423ba4e507a53210253376c4b221;hb=6d50a76fc27236cb056a479be395ebe467666c8b;hp=1453d54dac6f9a4b03c933e21b206f665fc59ead;hpb=613a986f1517ab5a641771da62eba6c7f5a41577;p=talweg.git diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 1453d54..e83e31e 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -4,13 +4,14 @@ Version: 0.1-0 Description: Forecast a curve sampled within the day (seconds, minutes, hours...), using past measured curves, history of some exogenous variables measurements and the exogenous prediction for tomorrow. Main method is - getForecast() + computeForecast() Authors: Benjamin Auder [aut,cre], Jean-Michel Poggi [ctb], Bruno Portier , [ctb] Maintainer: Benjamin Auder Depends: - R (>= 3.0) + R (>= 3.0), + R6 Suggests: roxygen2, testthat, @@ -32,9 +33,9 @@ Collate: 'J_Neighbors.R' 'J_Persistence.R' 'J_Zero.R' + 'computeError.R' + 'computeForecast.R' 'getData.R' - 'getError.R' - 'getForecast.R' 'plot.R' 'utils.R' VignetteBuilder: knitr