use R6 class; remove data first and last elements --> simplify
[talweg.git] / pkg / DESCRIPTION
index 2a29f90..38b442e 100644 (file)
@@ -4,7 +4,7 @@ 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]
@@ -15,7 +15,8 @@ Suggests:
     roxygen2,
     testthat,
     rmarkdown,
-    rainbow
+    rainbow,
+    knitr
 LazyData: yes
 URL: http://git.auder.net/?p=talweg.git
 License: MIT + file LICENSE
@@ -32,7 +33,8 @@ Collate:
     'J_Persistence.R'
     'J_Zero.R'
     'getData.R'
-    'getError.R'
-    'getForecast.R'
+    'computeError.R'
+    'computeForecast.R'
     'plot.R'
     'utils.R'
+VignetteBuilder: knitr