Package: imputeTS
Version: 3.3
Date: 2022-08-30
Title: Time Series Missing Value Imputation
Description: Imputation (replacement) of missing values 
             in univariate time series. 
             Offers several imputation functions
             and missing data plots. 
             Available imputation algorithms include: 
            'Mean', 'LOCF', 'Interpolation', 
            'Moving Average', 'Seasonal Decomposition', 
            'Kalman Smoothing on Structural Time Series models',
            'Kalman Smoothing on ARIMA models'. Published in Moritz and Bartz-Beielstein (2017) 
            <doi:10.32614/RJ-2017-009>.
Author: Steffen Moritz [aut, cre, cph]
    (<https://orcid.org/0000-0002-0085-1804>),
  Sebastian Gatscha [aut],
  Earo Wang [ctb] (<https://orcid.org/0000-0001-6448-5260>),
  Ron Hause [ctb] (<https://orcid.org/0000-0002-5229-7366>)
Authors@R: 
  c(
  person("Steffen", "Moritz", email="steffen.moritz10@gmail.com", role=c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0085-1804")),
  person("Sebastian", "Gatscha", email="sebastian_gatscha@gmx.at", role="aut"),
  person("Earo", "Wang", email = "earo.wang@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-6448-5260")),
  person("Ron", "Hause", email = "ronaldhause@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-5229-7366"))
  )
Maintainer: Steffen Moritz <steffen.moritz10@gmail.com>
LazyData: yes
Type: Package
ByteCompile: TRUE
BugReports: https://github.com/SteffenMoritz/imputeTS/issues
URL: https://github.com/SteffenMoritz/imputeTS,
        https://steffenmoritz.github.io/imputeTS/
Repository: CRAN
Depends: R (>= 3.6)
Imports: stats, grDevices, ggplot2 (>= 3.3.0), ggtext, stinepack,
        forecast, magrittr, methods, Rcpp
Suggests: testthat, R.rsp, knitr, zoo, timeSeries, tis, xts, tibble,
        tsibble, rmarkdown, covr
License: GPL-3
VignetteBuilder: R.rsp, knitr, rmarkdown
RoxygenNote: 7.2.0
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2022-09-09 02:40:29 UTC; Steve
Date/Publication: 2022-09-09 06:52:55 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-09-10 12:05:45 UTC; unix
Archs: imputeTS.so.dSYM
