X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=e5559499df6029b96af35014415b208f04a2e7ea;hb=9c426cfd608cf9a94b5435eec5ec7c66628606ab;hp=8d3c4c34743d2532abe2cd4e06833524a468ebe2;hpb=5e838b3e17465c376ca075b766cf2543c82e9864;p=talweg.git diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 8d3c4c3..e555949 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,8 +1,8 @@ Package: talweg Title: Time-Series Samples Forecasted With Exogenous Variables -Version: 0.1-0 +Version: 0.3-0 Description: Forecast a curve sampled within the day (seconds, minutes, - hours...), using past measured curves + paste exogenous informations, which + hours...), using past measured curves + past exogenous informations, which could be some aggregated measure on the past curves, the weather... Main starting point: computeForecast(). Author: Benjamin Auder [aut,cre], @@ -13,8 +13,10 @@ Depends: R (>= 3.0), Imports: R6, - methods + methods, + MASS Suggests: + parallel, devtools, roxygen2, testthat, @@ -22,22 +24,23 @@ Suggests: LazyData: yes URL: http://git.auder.net/?p=talweg.git License: MIT + file LICENSE -RoxygenNote: 5.0.1 -Collate: - 'A_NAMESPACE.R' - 'Data.R' - 'Forecaster.R' - 'F_Average.R' - 'F_Neighbors.R' - 'F_Neighbors2.R' - 'F_Persistence.R' - 'F_Zero.R' - 'Forecast.R' - 'J_Neighbors.R' - 'J_Persistence.R' - 'J_Zero.R' +RoxygenNote: 6.0.1 +Collate: + 'plot.R' 'computeError.R' 'computeForecast.R' + 'J_Zero.R' + 'J_Persistence.R' + 'J_Neighbors.R' + 'F_Zero.R' + 'F_Persistence.R' + 'F_Neighbors.R' + 'F_Average.R' 'getData.R' - 'plot.R' 'utils.R' + 'Forecaster.R' + 'Forecast.R' + 'Data.R' + 'A_NAMESPACE.R' + 'J_LastValue.R' + 'sample_dataset.R'