-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
executable file
·45 lines (44 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(content_dir)
export(content_id)
export(default_lmdb)
export(default_registries)
export(has_resource)
export(history_swh)
export(history_url)
export(pin)
export(purge_cache)
export(query)
export(register)
export(resolve)
export(retrieve)
export(retrieve_swh)
export(sources)
export(sources_swh)
export(store)
export(store_swh)
export(swh_ratelimit)
importFrom(curl,curl_download)
importFrom(curl,has_internet)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,file_create)
importFrom(fs,file_exists)
importFrom(fs,file_info)
importFrom(fs,path)
importFrom(fs,path_abs)
importFrom(fs,path_rel)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(methods,is)
importFrom(openssl,base64_decode)
importFrom(openssl,sha256)
importFrom(stats,na.omit)
importFrom(tools,file_ext)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,write.table)