-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.33 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("%>%")
export(add_wlp_groups)
export(alphabetise_wlp_file)
export(read_wlp_lexicon)
export(skeletonise_df)
export(test_all_codes_defined)
export(test_blacklist_chars)
export(test_block_attributes)
export(test_brackets_balanced)
export(test_code1_ordered)
export(test_entries_unique)
export(test_homophone_sequences)
export(test_images_ok)
export(test_inline_codes_ok)
export(test_latin_ok)
export(test_linestarts_ok)
export(test_pos_strings)
export(test_pvl_fuzzy_homed)
export(test_quotes_balanced)
export(test_reversals_ok)
export(test_values_nonempty)
export(test_xrefs_homed)
export(test_xrefs_noselfref)
export(use_wlp_regex)
export(view_wlp_images)
export(view_wlp_kinrev)
export(view_wlp_reversals)
export(view_wlp_scirev)
importFrom(dplyr,filter)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,partial)
importFrom(readr,read_csv)
importFrom(rlang,sym)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(tidylex,add_group_col)
importFrom(tidylex,read_lexicon)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)