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
Packaged: 2024-04-08 01:24:01 UTC; fli
Author: Yanfei Kang [aut] (<https://orcid.org/0000-0001-8769-6650>),
  Feng Li [aut, cre] (<https://orcid.org/0000-0002-4248-9778>),
  Rob Hyndman [aut] (<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: Feng Li <feng.li@cufe.edu.cn>
Date/Publication: 2024-04-10 17:10:20 UTC
Built: R 4.6.0; ; 2025-08-18 14:03:16 UTC; unix
