-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (50 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
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
export(bin_calculate)
export(bin_cast)
export(concentration_category)
export(ctd_cast)
export(ctd_df_cols)
export(px_to_mm)
export(read_aid_cnn)
export(vpr_autoid_check)
export(vpr_autoid_copy)
export(vpr_autoid_create)
export(vpr_autoid_read)
export(vpr_category)
export(vpr_category_create)
export(vpr_ctd_files)
export(vpr_ctd_read)
export(vpr_ctd_ymd)
export(vpr_ctdroi_merge)
export(vpr_day)
export(vpr_dayhour)
export(vpr_export)
export(vpr_hour)
export(vpr_manual_classification)
export(vpr_oce_create)
export(vpr_pred_read)
export(vpr_roi)
export(vpr_roi_concentration)
export(vpr_save)
import(dplyr)
import(ggplot2)
import(gridExtra, except = combine)
import(metR, except = coriolis)
import(oce)
importFrom(data.table,rbindlist)
importFrom(fs,dir_create)
importFrom(fs,file_copy)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(rjson,toJSON)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(tools,file_ext)
importFrom(usethis,use_data)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)