-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
executable file
·109 lines (108 loc) · 3.09 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
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
export("%>%")
export(edit_matches)
export(export_as_rdf)
export(get_class)
export(get_concept)
export(get_source)
export(load_ontology)
export(make_tree)
export(new_class)
export(new_concept)
export(new_mapping)
export(new_source)
export(start_ontology)
importFrom(beepr,beep)
importFrom(checkmate,assert)
importFrom(checkmate,assertCharacter)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertDataFrame)
importFrom(checkmate,assertDirectoryExists)
importFrom(checkmate,assertFileExists)
importFrom(checkmate,assertIntegerish)
importFrom(checkmate,assertLogical)
importFrom(checkmate,assertNames)
importFrom(checkmate,assertSubset)
importFrom(checkmate,assertTRUE)
importFrom(checkmate,testCharacter)
importFrom(checkmate,testDate)
importFrom(checkmate,testFileExists)
importFrom(checkmate,testIntegerish)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fuzzyjoin,stringdist_left_join)
importFrom(httr,http_error)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(purrr,map)
importFrom(rdflib,rdf)
importFrom(rdflib,rdf_add)
importFrom(rdflib,rdf_free)
importFrom(rdflib,rdf_serialize)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(readr,read_rds)
importFrom(readr,write_csv)
importFrom(readr,write_file)
importFrom(readr,write_rds)
importFrom(rlang,":=")
importFrom(rlang,as_name)
importFrom(rlang,eval_tidy)
importFrom(rlang,parse_expr)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,add_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,separate_longer_delim)
importFrom(tidyr,separate_rows)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,separate_wider_regex)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,tail)