-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.19 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
47
# Generated by roxygen2: do not edit by hand
export(calibrator)
export(correction)
export(correction.test)
export(count_NAs)
export(hobinder)
export(hobocleaner)
export(hobocorrelations)
export(hoborange)
export(hobotime)
export(impossiblevalues)
export(meanhobo)
export(sensorfailures)
export(testhobolist)
export(timestamp)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(lubridate,as_datetime)
importFrom(lubridate,dmy_hms)
importFrom(lubridate,is.Date)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,ymd_hms)
importFrom(reshape2,melt)
importFrom(scales,date_format)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tidyr,separate)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)