Type: Package
Package: cleanTS
Title: Testbench for Univariate Time Series Cleaning
Version: 0.1.2
Authors@R: 
    c(person(given = "Mayur",
             family = "Shende",
             role = c("aut", "cre"),
             email = "mayur.k.shende@gmail.com",
             comment = c(ORCID = "0000-0002-1738-2573")),
      person(given = "Neeraj",
             family = "Bokde",
             role = "aut",
             email = "neerajdhanraj@gmail.com",
             comment = c(ORCID = "0000-0002-3493-9302")),
      person(given = "Andrés", 
             family = "E. Feijóo-Lorenzo", 
             role = "aut", 
             email = "afeijoo@uvigo.gal",
             comment = c(ORCID = "0000-0003-3172-7037")))
Description: A reliable and efficient tool for cleaning univariate time 
    series data. It implements reliable and efficient procedures for 
    automating the process of cleaning univariate time series data. 
    The package provides integration with already developed and deployed 
    tools for missing value imputation and outlier detection. It also 
    provides a way of visualizing large time-series data in different 
    resolutions.
License: GPL (>= 3)
URL: https://github.com/Mayur1009/cleanTS
BugReports: https://github.com/Mayur1009/cleanTS/issues
Imports: data.table, gganimate, ggplot2, ggtext, transformr, glue,
        imputeTestbench, imputeTS, lubridate, shiny, stringr, tibble
Suggests: rmarkdown, gifski (>= 1.4.3), timetk, spelling
Encoding: UTF-8
RoxygenNote: 7.2.3
Language: en-US
NeedsCompilation: no
Packaged: 2023-07-04 20:10:56 UTC; mayur
Author: Mayur Shende [aut, cre] (<https://orcid.org/0000-0002-1738-2573>),
  Neeraj Bokde [aut] (<https://orcid.org/0000-0002-3493-9302>),
  Andrés E. Feijóo-Lorenzo [aut]
    (<https://orcid.org/0000-0003-3172-7037>)
Maintainer: Mayur Shende <mayur.k.shende@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-06 07:33:10 UTC
Built: R 4.3.0; ; 2023-07-10 07:08:07 UTC; unix
