-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·174 lines (173 loc) · 4.96 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
export(.editMatches)
export(.matchOntology)
export(.updateOntology)
export(adb_archive)
export(adb_backup)
export(adb_diagnose)
export(adb_example)
export(adb_init)
export(adb_inventory)
export(adb_ontology)
export(adb_querry)
export(adb_reset)
export(adb_restore)
export(adb_schemas)
export(adb_translations)
export(normGeometry)
export(normTable)
export(regDataseries)
export(regGeometry)
export(regTable)
importFrom(archive,archive_write_dir)
importFrom(beepr,beep)
importFrom(checkmate,assertCharacter)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertDataFrame)
importFrom(checkmate,assertDate)
importFrom(checkmate,assertDirectoryExists)
importFrom(checkmate,assertFileExists)
importFrom(checkmate,assertIntegerish)
importFrom(checkmate,assertList)
importFrom(checkmate,assertLogical)
importFrom(checkmate,assertNames)
importFrom(checkmate,assertNumeric)
importFrom(checkmate,assertSubset)
importFrom(checkmate,assertTRUE)
importFrom(checkmate,testChoice)
importFrom(checkmate,testDataFrame)
importFrom(checkmate,testDirectory)
importFrom(checkmate,testDirectoryExists)
importFrom(checkmate,testFileExists)
importFrom(checkmate,testNames)
importFrom(checkmate,testSubset)
importFrom(dplyr,across)
importFrom(dplyr,all_vars)
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,filter_at)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(fuzzyjoin,stringdist_left_join)
importFrom(magrittr,"%>%")
importFrom(ontologics,get_class)
importFrom(ontologics,get_concept)
importFrom(ontologics,get_source)
importFrom(ontologics,load_ontology)
importFrom(ontologics,make_tree)
importFrom(ontologics,new_concept)
importFrom(ontologics,new_mapping)
importFrom(ontologics,new_source)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(readr,cols)
importFrom(readr,guess_encoding)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(readr,read_rds)
importFrom(readr,write_csv)
importFrom(readr,write_lines)
importFrom(readr,write_rds)
importFrom(rlang,":=")
importFrom(rlang,ensym)
importFrom(rlang,eval_tidy)
importFrom(rlang,exprs)
importFrom(rlang,list2)
importFrom(rlang,sym)
importFrom(rmapshaper,ms_simplify)
importFrom(sf,"st_crs<-")
importFrom(sf,NA_crs_)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_drivers)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_valid)
importFrom(sf,st_join)
importFrom(sf,st_layers)
importFrom(sf,st_make_valid)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_1)
importFrom(stringr,str_split_i)
importFrom(stringr,str_to_title)
importFrom(tabshiftr,reorganise)
importFrom(tabshiftr,setFormat)
importFrom(tabshiftr,setIDVar)
importFrom(tabshiftr,setObsVar)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,contains)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
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,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,tar)