-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
69 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,57 @@ | ||
Package: gratis | ||
Type: Package | ||
Title: Generating Time Series with Diverse and Controllable Characteristics | ||
Package: gratis | ||
Title: Generating Time Series with Diverse and Controllable | ||
Characteristics | ||
Version: 1.0.5 | ||
Authors@R: c( | ||
person("Yanfei", "Kang", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0001-8769-6650")), | ||
person("Feng", "Li", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4248-9778")), | ||
person("Rob", "Hyndman", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-2140-5352")), | ||
person("Mitchell", "O'Hara-Wild", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0001-6729-7695")), | ||
person("Bocong", "Zhao", role = "ctb", email = "[email protected]", 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>. | ||
LazyLoad: yes | ||
Repository: CRAN | ||
person("Yanfei", "Kang", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-8769-6650")), | ||
person("Feng", "Li", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-4248-9778")), | ||
person("Rob", "Hyndman", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-2140-5352")), | ||
person("Mitchell", "O'Hara-Wild", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-6729-7695")), | ||
person("Bocong", "Zhao", , "[email protected]", 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) | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
doRNG, | ||
dplyr, | ||
foreach, | ||
forecast (>= 8.16), | ||
GA, | ||
generics, | ||
magrittr, | ||
methods, | ||
mvtnorm, | ||
polynom, | ||
purrr, | ||
stats, | ||
tibble, | ||
tsfeatures, | ||
tsibble, | ||
utils, | ||
shiny | ||
doRNG, | ||
dplyr, | ||
feasts, | ||
fGarch, | ||
foreach, | ||
forecast (>= 8.16), | ||
GA, | ||
generics, | ||
magrittr, | ||
methods, | ||
mvtnorm, | ||
polynom, | ||
purrr, | ||
shiny, | ||
stats, | ||
tibble, | ||
tsfeatures, | ||
tsibble, | ||
utils | ||
Suggests: | ||
feasts, | ||
fGarch, | ||
knitr, | ||
rmarkdown, | ||
rlang, | ||
shinydashboard | ||
NeedsCompilation: no | ||
License: GPL-3 | ||
knitr, | ||
rlang, | ||
rmarkdown, | ||
shinydashboard | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr | ||
LazyLoad: yes | ||
NeedsCompilation: no | ||
Repository: CRAN | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters