-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method(fix_metadata,data.frame)
S3method(fix_metadata,po)
S3method(generate_po_from_pot,po)
S3method(get_n_plural_forms,data.frame)
S3method(get_n_plural_forms,po)
S3method(print,po)
S3method(summary,po)
S3method(write_po,po)
export(ALLOWED_LANGUAGE_REGEX)
export(fix_metadata)
export(generate_po_from_pot)
export(get_n_plural_forms)
export(po)
export(read_po)
export(write_po)
importFrom(R6,R6Class)
importFrom(assertive.base,coerce_to)
importFrom(assertive.base,merge_dots_with_list)
importFrom(assertive.base,parenthesize)
importFrom(assertive.files,assert_all_are_existing_files)
importFrom(assertive.properties,is_empty)
importFrom(assertive.properties,is_non_empty)
importFrom(assertive.properties,is_scalar)
importFrom(assertive.sets,assert_are_set_equal)
importFrom(assertive.sets,assert_is_superset)
importFrom(assertive.strings,assert_all_are_non_missing_nor_empty_character)
importFrom(assertive.types,assert_is_a_string)
importFrom(devtools,as.package)
importFrom(digest,digest)
importFrom(dplyr,.data)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct_)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_match_first_regex)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_write_lines)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(utils,data)
importFrom(whoami,email_address)
importFrom(whoami,fullname)