- Fixed dependency issue on CRAN.
- Fixed the 'docType' issue.
- Fixed CRAN checking issues.
- Improved documentation
- Added new functions for MAR simulation: mar_model(), simulate.mar()
- Added ets_model() and arima_model() to randomly specify ETS and ARIMA models
- Added generate.ets, generate.mar, and generate.Arima to return tsibbles
- Added generate_target() and simulate_target() functions.
- Deprecated generate_msts(), generate_ts(), and generate_ts_with_target().
- Removed some redundant functions
- Added new parameter
output_format, giving users an option to transform time series output data into atsibbleformat. - Update vignette content
- Corrected dependencies in R code, which is namespaces in Imports field not imported from: 'rlang' 'shinydashboard'
- First release.
- The R package
gratis(previously known as tsgeneration) provides efficient algorithms for generating time series with diverse and controllable characteristics.