-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
89 lines (88 loc) · 2.6 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(combine,hub_validations)
S3method(print,hub_validations)
S3method(print,pr_hub_validations)
export("%>%")
export(as_hub_validations)
export(capture_check_cnd)
export(capture_check_info)
export(capture_exec_error)
export(capture_exec_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_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_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(get_config_derived_task_ids)
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_info)
export(is_success)
export(match_tbl_to_model_task)
export(new_hub_validations)
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(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)
importFrom(dplyr,"%>%")
importFrom(hubAdmin,validate_hub_config)
importFrom(hubData,coerce_to_hub_schema)
importFrom(hubData,create_hub_schema)
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,read_config)
importFrom(hubUtils,read_config_file)
importFrom(lubridate,"%within%")
importFrom(rlang,"!!!")