-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·21 lines (21 loc) · 1016 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: tsets
Type: Package
Title: Exponential Smoothing Models
Version: 0.3.1
Authors@R: c(person("Alexios", "Galanos", role = c("aut", "cre"),
email = "[email protected]"),
person("James","Nesbit",role="ctb",
email="[email protected]"),
person("Keith","O'Hara",role="ctb",
email="[email protected]"))
Maintainer: alexios galanos <[email protected]>
Description: Exponential smoothing (ETS) models estimated using QML. Methods for estimation, prediction, simulation, inference and plotting.
License: GPL-2 | file LICENSE
Depends: R (>= 3.5), Rcpp (>= 0.12.9), tsmethods (>= 0.3.0)
SystemRequirements: C++11, GNU make
LinkingTo: Rcpp (>= 0.12.9), RcppArmadillo
Imports: methods, tsaux, zoo, xts, knitr, corpcor, data.table, lubridate, rmarkdown, bookdown, Rsolnp, ks, bootstrap, EnvStats, viridis, future, future.apply, progressr, truncnorm, stlplus, tsetsad (>= 0.1.1)
Suggests: kableExtra
Encoding: UTF-8
RoxygenNote: 7.2.0
Remotes: tsmodels/tsmethods, tsmodels/tsaux, tsmodels/tsetsad