-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
S3method(confint,agreement_cai)
S3method(confint,agreement_icc)
S3method(confint,agreement_spa)
S3method(plot,agreement_cai)
S3method(plot,agreement_icc)
S3method(plot,agreement_spa)
S3method(print,agreement_cai)
S3method(print,agreement_icc)
S3method(print,agreement_spa)
S3method(summary,agreement_cai)
S3method(summary,agreement_icc)
S3method(summary,agreement_spa)
S3method(tidy,agreement_cai)
S3method(tidy,agreement_icc)
S3method(tidy,agreement_spa)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(augment)
export(calc_weights)
export(cat_adjusted)
export(cat_alpha)
export(cat_gamma)
export(cat_irsq)
export(cat_kappa)
export(cat_per_object)
export(cat_pi)
export(cat_s)
export(cat_specific)
export(dim_icc)
export(dim_icc_sim)
export(enquo)
export(enquos)
export(expr)
export(glance)
export(sym)
export(syms)
export(table_to_long)
export(table_to_wide)
export(tidy)
export(wide_to_long)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.scalar)
importFrom(assertthat,is.string)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,are_na)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_na)
importFrom(rlang,is_null)
importFrom(rlang,is_vector)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)