-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·52 lines (52 loc) · 1.57 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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 = "[email protected]",
comment = c(ORCID = "0000-0002-1738-2573")),
person(given = "Neeraj",
family = "Bokde",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3493-9302")),
person(given = "Andrés",
family = "E. Feijóo-Lorenzo",
role = "aut",
email = "[email protected]",
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-US