'update'
[talweg.git] / pkg / DESCRIPTION
index 2a29f90..e83e31e 100644 (file)
@@ -4,18 +4,20 @@ 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 <Benjamin.Auder@math.u-psud.fr> [aut,cre],
     Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
     Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
 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
@@ -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