-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
150 lines (149 loc) · 4.56 KB
/
Copy pathNAMESPACE
File metadata and controls
150 lines (149 loc) · 4.56 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
S3method("$<-",hub_validations)
S3method("[",hub_validations)
S3method("[[<-",hub_validations)
S3method(check_for_errors,hub_validations)
S3method(check_for_errors,hub_validations_collection)
S3method(combine,hub_validations)
S3method(combine,hub_validations_collection)
S3method(is_distributional,data.frame)
S3method(is_distributional,default)
S3method(print,hub_validations)
S3method(print,hub_validations_collection)
export("%>%")
export(as_hub_validations)
export(as_hub_validations_collection)
export(as_target_validations)
export(as_target_validations_collection)
export(capture_check_cnd)
export(capture_check_info)
export(capture_exec_error)
export(capture_exec_warning)
export(capture_validation_warning)
export(check_config_hub_valid)
export(check_file_exists)
export(check_file_format)
export(check_file_location)
export(check_file_n)
export(check_file_name)
export(check_file_read)
export(check_for_errors)
export(check_metadata_file_exists)
export(check_metadata_file_ext)
export(check_metadata_file_location)
export(check_metadata_file_name)
export(check_metadata_matches_schema)
export(check_metadata_schema_exists)
export(check_submission_metadata_file_exists)
export(check_submission_time)
export(check_target_dataset_exists)
export(check_target_dataset_file_ext_unique)
export(check_target_dataset_rows_unique)
export(check_target_dataset_unique)
export(check_target_file_ext_valid)
export(check_target_file_name)
export(check_target_file_read)
export(check_target_tbl_colnames)
export(check_target_tbl_coltypes)
export(check_target_tbl_oracle_value)
export(check_target_tbl_output_type_ids)
export(check_target_tbl_rows_unique)
export(check_target_tbl_ts_targets)
export(check_target_tbl_values)
export(check_tbl_col_types)
export(check_tbl_colnames)
export(check_tbl_derived_task_id_vals)
export(check_tbl_match_round_id)
export(check_tbl_rows_unique)
export(check_tbl_spl_compound_taskid_set)
export(check_tbl_spl_compound_tid)
export(check_tbl_spl_mt_unique)
export(check_tbl_spl_n)
export(check_tbl_spl_non_compound_tid)
export(check_tbl_unique_round_id)
export(check_tbl_value_col)
export(check_tbl_value_col_ascending)
export(check_tbl_value_col_sum1)
export(check_tbl_values)
export(check_tbl_values_required)
export(check_valid_round_id)
export(check_valid_round_id_col)
export(coerce_to_hub_schema)
export(combine)
export(create_custom_check)
export(create_hub_schema)
export(expand_model_out_grid)
export(extract_hive_partitions)
export(get_config_derived_task_ids)
export(get_hub_derived_task_ids)
export(get_target_task_id)
export(get_tbl_compound_taskid_set)
export(is_any_error)
export(is_error)
export(is_exec_error)
export(is_exec_warn)
export(is_failure)
export(is_hive_partitioned_path)
export(is_info)
export(is_success)
export(match_tbl_to_model_task)
export(new_hub_validations)
export(new_hub_validations_collection)
export(new_target_validations)
export(new_target_validations_collection)
export(not_pass)
export(opt_check_metadata_team_max_model_n)
export(opt_check_tbl_col_timediff)
export(opt_check_tbl_counts_lt_popn)
export(opt_check_tbl_horizon_timediff)
export(parse_file_name)
export(read_config)
export(read_config_file)
export(read_model_out_file)
export(read_target_file)
export(submission_tmpl)
export(try_check)
export(validate_model_data)
export(validate_model_file)
export(validate_model_metadata)
export(validate_pr)
export(validate_submission)
export(validate_submission_time)
export(validate_target_data)
export(validate_target_dataset)
export(validate_target_file)
export(validate_target_pr)
export(validate_target_submission)
importFrom(cli,format_inline)
importFrom(cli,qty)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,near)
importFrom(dplyr,reframe)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(hubAdmin,validate_hub_config)
importFrom(hubData,coerce_to_hub_schema)
importFrom(hubData,create_hub_schema)
importFrom(hubData,extract_hive_partitions)
importFrom(hubData,is_hive_partitioned_path)
importFrom(hubUtils,get_hub_derived_task_ids)
importFrom(hubUtils,get_hub_file_formats)
importFrom(hubUtils,get_hub_model_output_dir)
importFrom(hubUtils,get_hub_timezone)
importFrom(hubUtils,get_task_id_names)
importFrom(hubUtils,read_config)
importFrom(hubUtils,read_config_file)
importFrom(lifecycle,deprecated)
importFrom(lubridate,"%within%")
importFrom(rlang,"!!!")