-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.51 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Type: Package
Package: gratis
Title: Generating Time Series with Diverse and Controllable
Characteristics
Version: 1.0.7
Authors@R: c(
person("Yanfei", "Kang", , "yanfeikang@buaa.edu.cn", role = "aut",
comment = c(ORCID = "0000-0001-8769-6650")),
person("Feng", "Li", , "feng.li@cufe.edu.cn", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4248-9778")),
person("Rob", "Hyndman", , "rob.hyndman@monash.edu", role = "aut",
comment = c(ORCID = "0000-0002-2140-5352")),
person("Mitchell", "O'Hara-Wild", , "mail@mitchelloharawild.com", role = "ctb",
comment = c(ORCID = "0000-0001-6729-7695")),
person("Bocong", "Zhao", , "bocongzhao@163.com", role = "ctb",
comment = c(ORCID = "0000-0001-8434-9047"))
)
Description: Generates synthetic time series based on various univariate
time series models including MAR and ARIMA processes. Kang, Y.,
Hyndman, R.J., Li, F.(2020) <doi:10.1002/sam.11461>.
License: GPL-3
URL: https://github.com/ykang/gratis
BugReports: https://github.com/ykang/gratis/issues/
Depends:
R (>= 3.5.0)
Imports:
doRNG,
dplyr,
feasts,
fGarch,
foreach,
forecast (>= 8.16),
GA,
generics,
magrittr,
methods,
mvtnorm,
polynom,
purrr,
shiny,
stats,
tibble,
tsfeatures,
tsibble,
utils
Suggests:
knitr,
rlang,
rmarkdown,
shinydashboard
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.3.1