Package: kssa
Title: Known Sub-Sequence Algorithm
Version: 0.0.1
Authors@R: 
      c(
  person("Iván Felipe", "Benavides", email="pipeben@gmail.com", role=c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1139-3909")),
  person("Steffen", "Moritz", email="steffen.moritz10@gmail.com", role=c("aut"), comment = c(ORCID = "0000-0002-0085-1804")),
  person("Brayan-David", "Aroca-Gonzalez", email = "bdarocag.consultor@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-7365-5740")),
  person("Jhoana", "Romero", email = "jpatirom3@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-1834-3461")),
  person("Marlon", "Santacruz", email = "marlonestebansv88@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-2242-742X")),
  person("John-Josephraj", "Selvaraj", email = "jojselvaraj@unal.edu.co", role = c("aut"), comment = c(ORCID = "0000-0002-9195-4883"))
  )
Maintainer: Iván Felipe Benavides <pipeben@gmail.com>
Description: Implements the Known Sub-Sequence Algorithm <doi:10.1016/j.aaf.2021.12.013>, which helps to automatically identify and validate the best method for missing data imputation in a time series. Supports the comparison of multiple state-of-the-art algorithms.
License: AGPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.0
URL: https://github.com/pipeben/kssa
BugReports: https://github.com/pipeben/kssa/issues
Depends: R (>= 4.0)
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: magrittr, ggplot2, rlang, methods, forecast, imputeTS, stats,
        zoo, Metrics, dplyr, missMethods
Date: 2022-06-18
NeedsCompilation: no
Packaged: 2022-06-18 20:12:46 UTC; Steve
Author: Iván Felipe Benavides [aut, cre, cph]
    (<https://orcid.org/0000-0002-1139-3909>),
  Steffen Moritz [aut] (<https://orcid.org/0000-0002-0085-1804>),
  Brayan-David Aroca-Gonzalez [aut]
    (<https://orcid.org/0000-0002-7365-5740>),
  Jhoana Romero [aut] (<https://orcid.org/0000-0002-1834-3461>),
  Marlon Santacruz [aut] (<https://orcid.org/0000-0003-2242-742X>),
  John-Josephraj Selvaraj [aut] (<https://orcid.org/0000-0002-9195-4883>)
Repository: CRAN
Date/Publication: 2022-06-21 19:40:02 UTC
