-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
220 lines (219 loc) · 8.14 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# Generated by roxygen2: do not edit by hand
export(add_quotes_if_has_spaces)
export(are_beast2_input_lines)
export(are_beast2_input_lines_deep)
export(are_beast2_input_lines_fast)
export(are_identical_alignments)
export(beast2_options_to_table)
export(beastier_report)
export(check_beast2)
export(check_beast2_options)
export(check_beast2_options_data_types)
export(check_beast2_options_do_not_overwrite_existing_files)
export(check_beast2_options_filenames_differ)
export(check_beast2_options_names)
export(check_beast2_optionses)
export(check_beast2_path)
export(check_can_create_dir_for_state_output_file)
export(check_can_create_file)
export(check_can_create_screenlog_file)
export(check_can_create_state_output_file)
export(check_can_create_tracelog_file)
export(check_can_create_treelog_file)
export(check_empty_beastier_folder)
export(check_empty_beaustier_folders)
export(check_input_filename)
export(check_input_filename_validity)
export(check_n_threads)
export(check_os)
export(check_rng_seed)
export(continue_beast2)
export(create_beast2_continue_cmd_from_options)
export(create_beast2_input_file_folder)
export(create_beast2_options)
export(create_beast2_run_cmd)
export(create_beast2_run_cmd_from_options)
export(create_beast2_screenlog_folder)
export(create_beast2_state_output_file_folder)
export(create_beast2_tracelog_folder)
export(create_beast2_treelog_folder)
export(create_beast2_validate_cmd)
export(create_beast2_validate_cmd_bin)
export(create_beast2_validate_cmd_jar)
export(create_beast2_version_cmd)
export(create_beast2_version_cmd_bin)
export(create_beast2_version_cmd_jar)
export(create_beastier_tempfolder)
export(create_mcbette_beast2_options)
export(create_random_alignment)
export(create_random_fasta)
export(create_random_phylogeny)
export(create_temp_input_filename)
export(create_temp_state_filename)
export(do_minimal_run)
export(extract_screenlog_filename_from_beast2_input_file)
export(extract_tracelog_filename_from_beast2_input_file)
export(extract_treelog_filename_from_beast2_input_file)
export(get_alignment_ids_from_xml_filename)
export(get_beast2_example_filename)
export(get_beast2_example_filenames)
export(get_beast2_main_class_name)
export(get_beast2_options_filenames)
export(get_beast2_version)
export(get_beastier_folder)
export(get_beastier_path)
export(get_beastier_paths)
export(get_beastier_tempfilename)
export(get_default_beast2_bin_path)
export(get_default_beast2_download_url)
export(get_default_beast2_download_url_linux)
export(get_default_beast2_download_url_win)
export(get_default_beast2_folder)
export(get_default_beast2_jar_path)
export(get_default_beast2_path)
export(get_default_beast2_version)
export(get_default_java_path)
export(get_duplicate_param_ids)
export(get_java_version)
export(get_trees_filenames)
export(gives_beast2_warning)
export(has_unique_ids)
export(install_beast2)
export(is_alignment)
export(is_beast2_input_file)
export(is_beast2_installed)
export(is_bin_path)
export(is_jar_path)
export(is_on_appveyor)
export(is_on_ci)
export(is_on_travis)
export(is_win_bin_path)
export(print_beast2_options)
export(remove_beastier_folder)
export(remove_beaustier_folders)
export(remove_file_if_present)
export(rename_beast2_options_filenames)
export(run_beast2)
export(run_beast2_from_options)
export(save_lines)
export(save_nexus_as_fasta)
export(uninstall_beast2)
import(rlang)
importFrom(beautier,check_rename_fun)
importFrom(beautier,create_alpha_param)
importFrom(beautier,create_bd_tree_prior)
importFrom(beautier,create_beast2_input)
importFrom(beautier,create_beast2_input_file)
importFrom(beautier,create_beast2_input_file_from_model)
importFrom(beautier,create_beast2_input_from_model)
importFrom(beautier,create_beta_distr)
importFrom(beautier,create_beta_param)
importFrom(beautier,create_cbs_tree_prior)
importFrom(beautier,create_ccp_tree_prior)
importFrom(beautier,create_cep_tree_prior)
importFrom(beautier,create_clock_model)
importFrom(beautier,create_clock_model_from_name)
importFrom(beautier,create_clock_model_rln)
importFrom(beautier,create_clock_model_strict)
importFrom(beautier,create_clock_models)
importFrom(beautier,create_clock_models_from_names)
importFrom(beautier,create_clock_rate_param)
importFrom(beautier,create_distr)
importFrom(beautier,create_distr_beta)
importFrom(beautier,create_distr_exp)
importFrom(beautier,create_distr_gamma)
importFrom(beautier,create_distr_inv_gamma)
importFrom(beautier,create_distr_laplace)
importFrom(beautier,create_distr_log_normal)
importFrom(beautier,create_distr_normal)
importFrom(beautier,create_distr_one_div_x)
importFrom(beautier,create_distr_poisson)
importFrom(beautier,create_distr_uniform)
importFrom(beautier,create_exp_distr)
importFrom(beautier,create_gamma_distr)
importFrom(beautier,create_gamma_site_model)
importFrom(beautier,create_gtr_site_model)
importFrom(beautier,create_hky_site_model)
importFrom(beautier,create_inference_model)
importFrom(beautier,create_inv_gamma_distr)
importFrom(beautier,create_jc69_site_model)
importFrom(beautier,create_kappa_1_param)
importFrom(beautier,create_kappa_2_param)
importFrom(beautier,create_lambda_param)
importFrom(beautier,create_laplace_distr)
importFrom(beautier,create_log_normal_distr)
importFrom(beautier,create_m_param)
importFrom(beautier,create_mcmc)
importFrom(beautier,create_mcmc_nested_sampling)
importFrom(beautier,create_mean_param)
importFrom(beautier,create_mrca_prior)
importFrom(beautier,create_mu_param)
importFrom(beautier,create_normal_distr)
importFrom(beautier,create_ns_mcmc)
importFrom(beautier,create_one_div_x_distr)
importFrom(beautier,create_param)
importFrom(beautier,create_param_alpha)
importFrom(beautier,create_param_beta)
importFrom(beautier,create_param_clock_rate)
importFrom(beautier,create_param_kappa_1)
importFrom(beautier,create_param_kappa_2)
importFrom(beautier,create_param_lambda)
importFrom(beautier,create_param_m)
importFrom(beautier,create_param_mean)
importFrom(beautier,create_param_mu)
importFrom(beautier,create_param_rate_ac)
importFrom(beautier,create_param_rate_ag)
importFrom(beautier,create_param_rate_at)
importFrom(beautier,create_param_rate_cg)
importFrom(beautier,create_param_rate_ct)
importFrom(beautier,create_param_rate_gt)
importFrom(beautier,create_param_s)
importFrom(beautier,create_param_scale)
importFrom(beautier,create_param_sigma)
importFrom(beautier,create_poisson_distr)
importFrom(beautier,create_rate_ac_param)
importFrom(beautier,create_rate_ag_param)
importFrom(beautier,create_rate_at_param)
importFrom(beautier,create_rate_cg_param)
importFrom(beautier,create_rate_ct_param)
importFrom(beautier,create_rate_gt_param)
importFrom(beautier,create_rln_clock_model)
importFrom(beautier,create_s_param)
importFrom(beautier,create_scale_param)
importFrom(beautier,create_screenlog)
importFrom(beautier,create_sigma_param)
importFrom(beautier,create_site_model)
importFrom(beautier,create_site_model_from_name)
importFrom(beautier,create_site_model_gtr)
importFrom(beautier,create_site_model_hky)
importFrom(beautier,create_site_model_jc69)
importFrom(beautier,create_site_model_tn93)
importFrom(beautier,create_site_models)
importFrom(beautier,create_site_models_from_names)
importFrom(beautier,create_strict_clock_model)
importFrom(beautier,create_temp_screenlog_filename)
importFrom(beautier,create_temp_tracelog_filename)
importFrom(beautier,create_temp_treelog_filename)
importFrom(beautier,create_test_inference_model)
importFrom(beautier,create_test_mcmc)
importFrom(beautier,create_test_ns_inference_model)
importFrom(beautier,create_test_ns_mcmc)
importFrom(beautier,create_test_screenlog)
importFrom(beautier,create_test_tracelog)
importFrom(beautier,create_test_treelog)
importFrom(beautier,create_tn93_site_model)
importFrom(beautier,create_tracelog)
importFrom(beautier,create_tree_prior)
importFrom(beautier,create_tree_prior_bd)
importFrom(beautier,create_tree_prior_cbs)
importFrom(beautier,create_tree_prior_ccp)
importFrom(beautier,create_tree_prior_cep)
importFrom(beautier,create_tree_prior_yule)
importFrom(beautier,create_tree_priors)
importFrom(beautier,create_treelog)
importFrom(beautier,create_uniform_distr)
importFrom(beautier,create_xml_declaration)
importFrom(beautier,create_yule_tree_prior)
importFrom(beautier,get_remove_dir_fun)
importFrom(beautier,get_remove_hex_fun)
importFrom(beautier,get_replace_dir_fun)