-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(after)
export(before)
export(define_parameter_type)
export(given)
export(test)
export(then)
export(when)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_directory_exists)
importFrom(checkmate,assert_function)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_string)
importFrom(checkmate,assert_subset)
importFrom(checkmate,test_character)
importFrom(checkmate,test_subset)
importFrom(dplyr,bind_cols)
importFrom(fs,dir_ls)
importFrom(glue,glue)
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(rlang,`:=`)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,call2)
importFrom(rlang,call_modify)
importFrom(rlang,exec)
importFrom(rlang,list2)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(testthat,context_start_file)
importFrom(testthat,test_that)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,menu)
importFrom(withr,defer)