Package: gratis
Type: Package
Title: Generating Time Series with Diverse and Controllable
        Characteristics
Version: 1.0.0
Date: 2022-01-10
Authors@R: c(
    person("Yanfei", "Kang", role = c("aut", "cre"), email = "yanfeikang@buaa.edu.cn", comment = c(ORCID = "0000-0001-8769-6650")),
    person("Feng", "Li", role = "aut", email = "feng.li@cufe.edu.cn", comment = c(ORCID = "0000-0002-4248-9778")),
    person("Rob", "Hyndman", role = "ctb", email = "rob.hyndman@monash.edu", comment = c(ORCID = "0000-0002-2140-5352")),
    person("Mitchell", "O'Hara-Wild", role = "ctb", email = "mail@mitchelloharawild.com", comment = c(ORCID = "0000-0001-6729-7695")),
    person("Bocong", "Zhao", role = "ctb", email = "bocongzhao@163.com", 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
URL: https://github.com/ykang/gratis
BugReports: https://github.com/ykang/gratis/issues/
Depends: R (>= 3.5.0)
Imports: doRNG, dplyr, 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
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Packaged: 2022-01-14 04:05:20 UTC; mreal
Author: Yanfei Kang [aut, cre] (<https://orcid.org/0000-0001-8769-6650>),
  Feng Li [aut] (<https://orcid.org/0000-0002-4248-9778>),
  Rob Hyndman [ctb] (<https://orcid.org/0000-0002-2140-5352>),
  Mitchell O'Hara-Wild [ctb] (<https://orcid.org/0000-0001-6729-7695>),
  Bocong Zhao [ctb] (<https://orcid.org/0000-0001-8434-9047>)
Maintainer: Yanfei Kang <yanfeikang@buaa.edu.cn>
Date/Publication: 2022-01-14 09:22:41 UTC
Built: R 4.0.5; ; 2022-01-25 06:04:53 UTC; unix
