-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
32 lines (31 loc) · 917 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(available_packages)
export(crancache_clean)
export(crancache_list)
export(crancache_remove)
export(download_packages)
export(get_cache_dir)
export(get_cache_package_dirs)
export(install_packages)
export(update_packages)
importFrom(cranlike,add_PACKAGES)
importFrom(cranlike,create_empty_PACKAGES)
importFrom(cranlike,package_versions)
importFrom(cranlike,remove_PACKAGES)
importFrom(curl,curl_fetch_multi)
importFrom(curl,handle_setopt)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers)
importFrom(desc,desc_get)
importFrom(digest,sha1)
importFrom(parsedate,parse_date)
importFrom(rappdirs,user_cache_dir)
importFrom(rematch2,re_match)
importFrom(tools,md5sum)
importFrom(utils,URLencode)
importFrom(utils,contrib.url)
importFrom(utils,getFromNamespace)
importFrom(utils,untar)
importFrom(utils,unzip)