-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.21 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
48
49
50
# Generated by roxygen2: do not edit by hand
export(apply_detector)
export(constant_detector)
export(download_example_data)
export(est_sample_interval)
export(event_summaries)
export(f_to_c)
export(firefinder_detector)
export(get_sample_interval)
export(import_and_summarize)
export(import_folder)
export(import_sums)
export(import_trainset)
export(learn_labels)
export(list_events)
export(number_events)
export(plot_sums)
export(raw_sums_to_trainset)
export(read_ibutton)
export(read_ksums)
export(read_lascar)
export(read_wellzion)
export(sl3_model_detector)
export(sl3_task_from_data)
export(smooth_events)
export(threshold_detector)
import(aws.s3)
import(caTools)
import(data.table)
import(ggplot2)
import(sl3)
import(tools)
importFrom(RCurl,url.exists)
importFrom(changepoint,cpt.mean)
importFrom(lubridate,dmy_hms)
importFrom(lubridate,floor_date)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,ymd_hms)
importFrom(origami,make_folds)
importFrom(pspline,smooth.Pspline)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,write.csv)