forked from config-i1/smooth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 918 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: smooth
Type: Package
Title: Forecasting Using Smoothing Functions
Version: 1.7.1
Date: 2017-02-26
Authors@R: person("Ivan", "Svetunkov", email = "[email protected]", role = c("aut", "cre"),
comment="Research Associate at Lancaster Centre for Forecasting, UK")
URL: https://github.com/config-i1/smooth
BugReports: https://github.com/config-i1/smooth/issues
Description: The set of smoothing functions used for time series analysis and
in forecasting. Currently the package includes exponential smoothing models and
SARIMA in state-space form + several simulation functions.
License: GPL (>=2)
Depends:
R (>= 3.0.2)
Imports:
Rcpp (>= 0.12.3),
stats,
graphics,
forecast,
nloptr,
utils,
zoo
LinkingTo: Rcpp, RcppArmadillo (>= 0.6.500.0.0)
Suggests:
Mcomp,
numDeriv,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1