forked from rstudio/packrat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 776 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
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(.snapshotImpl)
export(bundle)
export(bundles_dir)
export(clean)
export(disable)
export(extlib)
export(get_opts)
export(init)
export(install)
export(install_local)
export(lib_dir)
export(migrate)
export(off)
export(on)
export(opts)
export(packify)
export(packrat_lib)
export(packrat_mode)
export(project_dir)
export(repos_add)
export(repos_add_local)
export(repos_create)
export(repos_list)
export(repos_remove)
export(repos_set)
export(repos_set_local)
export(repos_upload)
export(restore)
export(search_path)
export(set_opts)
export(snapshot)
export(src_dir)
export(status)
export(unbundle)
export(unused_packages)
export(user_lib)
export(with_extlib)
import(utils)
importFrom(tools,md5sum)
importFrom(tools,pkgVignettes)