-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(bb_interactive_plot)
export(bb_options)
export(bb_plot)
export(check_site)
export(create_parameter_file)
export(extract_baywatchers)
export(get_cond_details)
export(get_do_details)
export(import_calibrated_data)
export(is_daylight)
export(lookup_paths)
export(make_deployment_report)
export(parse_hoboware_details)
export(qc_deployment)
export(report_site)
export(setup_example_dir)
export(stitch_site)
export(suppress_specific_warnings)
export(update_bb_parameters)
import(ggplot2)
import(stats)
import(utils)
importFrom(digest,digest)
importFrom(grDevices,rgb)
importFrom(hms,as_hms)
importFrom(lubridate,as.duration)
importFrom(lubridate,as.period)
importFrom(lubridate,date)
importFrom(lubridate,days)
importFrom(lubridate,dhours)
importFrom(lubridate,dminutes)
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(slider,slide_index_mean)
importFrom(tidyr,pivot_longer)