-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
64 lines (63 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
export(all_remote_package_deps)
export(binary_release_table)
export(binary_table_no_tags)
export(cat_desc_elements)
export(cat_desc_elements_remote)
export(dcf_package_version)
export(deploy_travis)
export(deployed_tarball)
export(deployed_tarball_version)
export(drop_remotes)
export(example_description_file)
export(example_travis_file)
export(get_dep_table)
export(get_remote_info)
export(get_remote_package_dcf)
export(get_remotes)
export(has_remote_dcf)
export(install_missing_remote_deps)
export(install_remote_binaries)
export(install_remotes_no_dep)
export(latest_release_with_binary)
export(make_full_version)
export(missing_remote_deps)
export(package_comparison_table)
export(package_name)
export(package_needs_update)
export(parse_one_remote)
export(parse_remotes)
export(r_version)
export(read_dcf)
export(release_search_ext)
export(remote_binaries)
export(remote_order)
export(remote_package_dcf)
export(remote_package_deps)
export(remote_package_names)
export(reorder_remotes)
export(rewrite_remotes)
export(set_update_var)
export(split_remotes)
export(subset_remote)
export(sys_ext)
export(tag_table)
export(update_these_packages)
import(desc)
import(remotes)
importFrom(devtools,github_pat)
importFrom(httr,GET)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,message_for_status)
importFrom(httr,stop_for_status)
importFrom(remotes,install_github)
importFrom(utils,as.person)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,remove.packages)
importFrom(utils,untar)
importFrom(yaml,as.yaml)
importFrom(yaml,yaml.load)