forked from r-lib/pak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method("[",pak_search_result)
S3method(format,pak_deps_explain)
S3method(format,pak_preformatted)
S3method(print,pak_deps_explain)
S3method(print,pak_error)
S3method(print,pak_preformatted)
S3method(print,pak_search_result)
S3method(print,pkg_install_result)
export(cache_clean)
export(cache_delete)
export(cache_list)
export(cache_summary)
export(handle_package_not_found)
export(lib_status)
export(local_deps)
export(local_deps_explain)
export(local_deps_tree)
export(local_dev_deps)
export(local_dev_deps_explain)
export(local_dev_deps_tree)
export(local_install)
export(local_install_deps)
export(local_install_dev_deps)
export(local_system_requirements)
export(lockfile_create)
export(lockfile_install)
export(meta_clean)
export(meta_list)
export(meta_summary)
export(meta_update)
export(pak)
export(pak_cleanup)
export(pak_install_extra)
export(pak_setup)
export(pak_sitrep)
export(pak_update)
export(pkg_deps)
export(pkg_deps_explain)
export(pkg_deps_tree)
export(pkg_download)
export(pkg_history)
export(pkg_install)
export(pkg_list)
export(pkg_name_check)
export(pkg_remove)
export(pkg_search)
export(pkg_status)
export(pkg_system_requirements)
export(repo_add)
export(repo_get)
export(repo_ping)
export(repo_resolve)
export(repo_status)