-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.68 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,distribution)
S3method(as.character,expuniform_distribution)
S3method(as.character,normal_distribution)
S3method(as.character,parameter)
S3method(as.character,parameter_set)
S3method(as.character,uniform_distribution)
S3method(as.list,distribution)
S3method(as.list,parameter)
S3method(as.list,parameter_set)
S3method(as_descriptive_tibble,character_parameter)
S3method(as_descriptive_tibble,integer_parameter)
S3method(as_descriptive_tibble,logical_parameter)
S3method(as_descriptive_tibble,numeric_parameter)
S3method(as_descriptive_tibble,parameter)
S3method(as_descriptive_tibble,range_parameter)
S3method(as_descriptive_tibble,subset_parameter)
S3method(as_paramhelper,character_parameter)
S3method(as_paramhelper,integer_parameter)
S3method(as_paramhelper,logical_parameter)
S3method(as_paramhelper,numeric_parameter)
S3method(as_paramhelper,parameter_set)
S3method(as_paramhelper,range_parameter)
S3method(as_paramhelper,subset_parameter)
S3method(distribution_function,expuniform_distribution)
S3method(distribution_function,normal_distribution)
S3method(distribution_function,uniform_distribution)
S3method(print,distribution)
S3method(print,parameter)
S3method(print,parameter_set)
S3method(quantile_function,expuniform_distribution)
S3method(quantile_function,normal_distribution)
S3method(quantile_function,uniform_distribution)
export(as_descriptive_tibble)
export(as_distribution)
export(as_parameter)
export(as_parameter_set)
export(as_paramhelper)
export(character_parameter)
export(distribution_function)
export(expuniform_distribution)
export(get_defaults)
export(get_description)
export(integer_parameter)
export(integer_range_parameter)
export(is_distribution)
export(is_parameter)
export(is_parameter_set)
export(logical_parameter)
export(normal_distribution)
export(numeric_parameter)
export(numeric_range_parameter)
export(parameter)
export(parameter_set)
export(quantile_function)
export(sip)
export(subset_parameter)
export(uniform_distribution)
import(assertthat)
import(dplyr)
import(dynutils)
import(purrr)
import(tidyr)
importFrom(Hmisc,capitalize)
importFrom(carrier,crate)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(stats,as.formula)
importFrom(stats,pnorm)
importFrom(stats,punif)
importFrom(stats,qnorm)
importFrom(stats,qunif)
importFrom(stringr,str_glue_data)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tibble,tribble)