forked from NREL/rplexos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.49 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
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(print,rplexos)
export(check_debug_rplexos)
export(check_otf_rplexos)
export(check_parallel_rplexos)
export(disable_otf_rplexos)
export(enable_otf_rplexos)
export(get_query)
export(is_debug_rplexos)
export(is_otf_rplexos)
export(is_parallel_rplexos)
export(is_sample_stats)
export(list_folders)
export(location_input_rplexos)
export(location_solution_rplexos)
export(plexos_open)
export(process_folder)
export(process_input)
export(process_solution)
export(query_band)
export(query_class)
export(query_class_member)
export(query_config)
export(query_day)
export(query_generator)
export(query_interval)
export(query_log)
export(query_log_steps)
export(query_master)
export(query_master_each)
export(query_month)
export(query_phase)
export(query_property)
export(query_region)
export(query_sample)
export(query_sql)
export(query_summary_time)
export(query_time)
export(query_timeslice)
export(query_week)
export(query_year)
export(query_zone)
export(start_debug_rplexos)
export(start_parallel_rplexos)
export(stop_debug_rplexos)
export(stop_parallel_rplexos)
export(sum_day)
export(sum_interval)
export(sum_master)
export(sum_month)
export(sum_week)
export(sum_year)
export(valid_columns)
import(dbplyr)
import(dplyr)
importFrom(Rcpp,evalCpp)
importFrom(data.table,CJ)
importFrom(data.table,data.table)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(utils,compareVersion)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
useDynLib(rplexos)