-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·46 lines (45 loc) · 1.13 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,cleanTS)
export(anim_save)
export(animate)
export(animate_interval)
export(cleanTS)
export(gen.animation)
export(gen.report)
export(interact_plot)
export(mergecsv)
export(na_interpolation)
export(na_kalman)
export(na_locf)
export(na_ma)
export(na_mean)
import(ggplot2)
import(glue)
import(shiny)
import(stringr)
import(transformr)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(gganimate,anim_save)
importFrom(gganimate,animate)
importFrom(imputeTS,na_interpolation)
importFrom(imputeTS,na_kalman)
importFrom(imputeTS,na_locf)
importFrom(imputeTS,na_ma)
importFrom(imputeTS,na_mean)
importFrom(lubridate,interval)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,period)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stringr,str_c)
importFrom(stringr,str_ends)
importFrom(tibble,as_tibble)