X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=7fb20cc8c4e1107b9ab7596e278b6735bed7ce41;hb=fa5b7bfc79eeffcb6e1f7b254c2d6786ba5cdbe7;hp=2a29f90edafb466be2edb49aa7fb76260ebbe1f9;hpb=16b1c049a9c402544d7076cacfe6b00a3785b51f;p=talweg.git diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 2a29f90..7fb20cc 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -4,22 +4,24 @@ 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, rmarkdown, - rainbow + rainbow, + knitr LazyData: yes URL: http://git.auder.net/?p=talweg.git License: MIT + file LICENSE -RoxygenNote: 5.0.1 +RoxygenNote: 6.0.1 Collate: 'Data.R' 'Forecaster.R' @@ -31,8 +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