-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
87 lines (86 loc) · 1.79 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
# Generated by roxygen2: do not edit by hand
S3method(print,mcmc.monitor)
export("%>%")
export(build_registry)
export(calculate_plist_reduction)
export(calculate_reduction)
export(check_key)
export(construct_cmdline)
export(copy_failed)
export(create_hash)
export(extension)
export(finalize_args)
export(find)
export(find_)
export(find_cmdstan)
export(find_file)
export(find_hash)
export(find_model)
export(find_run_files)
export(flatten_array)
export(get_binary_dir)
export(get_dimensions)
export(get_id)
export(get_initial_number)
export(get_parameter)
export(get_parameter_names)
export(hash_match)
export(index_hashes)
export(insert_in)
export(install_cmdstan)
export(internal_parameters)
export(is_empty_list)
export(is_ragged_list)
export(last)
export(load_args)
export(load_registry)
export(merge_chains)
export(merge_trees)
export(model_parameters)
export(monitor)
export(normalize_margin_names)
export(padded_sequence)
export(path_split)
export(prepare_inputs)
export(process_key_value)
export(push_adapt)
export(push_algorithm)
export(push_arg)
export(push_data)
export(push_engine)
export(push_fixed)
export(push_hmc)
export(push_metric)
export(push_nuts)
export(push_output)
export(push_random)
export(push_sample)
export(push_simple)
export(push_static)
export(read_file_set)
export(read_run)
export(read_stan_csv)
export(register_run)
export(remove_failed_runs)
export(remove_key)
export(replicate_args)
export(rewrite_stan_csv)
export(run_cmdstan)
export(run_model_cmd)
export(save_registry)
export(scatter)
export(setup_runs)
export(std_estimates)
export(substitutions)
export(summarize)
export(tag_file)
export(tag_find)
export(tag_pull)
export(trim_comment_char)
export(trim_warmup)
export(trim_whitespace)
export(uuid)
export(worst_psrf)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(stannis)