-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
97 lines (96 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
export("%E>%")
export(all_of)
export(any_of)
export(chk_ascii)
export(chk_blank)
export(chk_date_yyyy)
export(chk_date_yyyymm)
export(chk_date_yyyymmdd)
export(chk_dummy)
export(chk_equals)
export(chk_filter)
export(chk_filter_all)
export(chk_filter_any)
export(chk_filter_vars)
export(chk_filter_where)
export(chk_labels)
export(chk_length)
export(chk_max_length)
export(chk_miss)
export(chk_nmiss)
export(chk_range)
export(chk_regex)
export(chk_text_miss)
export(chk_text_nmiss)
export(chk_unique)
export(chk_values)
export(contains)
export(context_data)
export(ends_with)
export(everything)
export(expect_all)
export(expect_allany)
export(expect_any)
export(expect_base)
export(expect_cond)
export(expect_custom)
export(expect_date_yyyy)
export(expect_date_yyyymm)
export(expect_date_yyyymmdd)
export(expect_depends)
export(expect_exclusive)
export(expect_func)
export(expect_join)
export(expect_labels)
export(expect_make)
export(expect_max_length)
export(expect_prop_gte)
export(expect_prop_lte)
export(expect_prop_nmiss)
export(expect_prop_values)
export(expect_range)
export(expect_regex)
export(expect_similar)
export(expect_subset)
export(expect_text_miss)
export(expect_text_nmiss)
export(expect_unique)
export(expect_unique_across)
export(expect_unique_combine)
export(expect_valmatch)
export(expect_values)
export(expect_where)
export(filter_expect)
export(get_testdata)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(output_results_excel)
export(set_testdata)
export(starts_with)
export(with_testdata)
import(dplyr)
import(rlang)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(testthat,exp_signal)
importFrom(testthat,expectation)
importFrom(testthat,is.expectation)
importFrom(testthat,quasi_label)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)