Package: kssa
Title: Known Sub-Sequence Algorithm
Version: 0.0.5
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.3.2
URL: https://github.com/steffenmoritz/kssa,
        https://steffenmoritz.github.io/kssa/
BugReports: https://github.com/steffenmoritz/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: 2025-08-04
NeedsCompilation: no
Packaged: 2025-08-31 23:39:47 UTC; Steve
Author: Iván Felipe Benavides [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1139-3909>),
  Steffen Moritz [aut] (ORCID: <https://orcid.org/0000-0002-0085-1804>),
  Brayan-David Aroca-Gonzalez [aut] (ORCID:
    <https://orcid.org/0000-0002-7365-5740>),
  Jhoana Romero [aut] (ORCID: <https://orcid.org/0000-0002-1834-3461>),
  Marlon Santacruz [aut] (ORCID: <https://orcid.org/0000-0003-2242-742X>),
  John-Josephraj Selvaraj [aut] (ORCID:
    <https://orcid.org/0000-0002-9195-4883>)
Repository: CRAN
Date/Publication: 2025-09-01 00:00:02 UTC
Built: R 4.4.1; ; 2025-09-01 00:45:28 UTC; unix
