-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (51 loc) · 1.28 KB
/
Copy pathNAMESPACE
File metadata and controls
52 lines (51 loc) · 1.28 KB
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(MCP)
export(average_data_to_hourly)
export(average_ghi_sensors)
export(compile_megaframe)
export(count_flags)
export(filter_sms)
export(flag_sms)
export(format_sms_vars_for_megaframe)
export(get_longterm_adjustment)
export(get_longterm_metrics)
export(get_longterm_resource)
export(get_mcp_results)
export(get_timestep_results_table)
export(import_groundwork_files)
export(launch_app)
export(plot_campaign_ghi_longterm_adjustments)
export(plot_campaign_rom_uncertainty)
export(plot_flag_count_bar_chart)
export(prepare_sms_flagged_for_megaframe)
export(read_cpr)
export(read_groundwork)
export(read_vaisala)
export(run_mcp)
export(run_mcp_for_single_timestep)
export(run_sms_campaign)
export(scale_tmy)
export(tidy_cpr)
export(tidy_groundwork)
export(tidy_vaisala)
import(dplyr)
import(ggplot2)
import(purrr)
import(readr)
import(stringr)
import(tibble)
import(tidyr)
importFrom(lubridate,as_datetime)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,mdy_hm)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(stats,lm)
importFrom(stats,na.exclude)
importFrom(tidyselect,all_of)