forked from rstudio/renv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 1.75 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
export(activate)
export(autoload)
export(checkout)
export(clean)
export(config)
export(consent)
export(deactivate)
export(dependencies)
export(diagnostics)
export(embed)
export(equip)
export(history)
export(hydrate)
export(init)
export(install)
export(isolate)
export(load)
export(lockfile_create)
export(lockfile_modify)
export(lockfile_read)
export(lockfile_write)
export(migrate)
export(modify)
export(paths)
export(project)
export(purge)
export(rebuild)
export(record)
export(refresh)
export(rehash)
export(remove)
export(remove_python)
export(repair)
export(restore)
export(revert)
export(run)
export(sandbox)
export(scaffold)
export(settings)
export(snapshot)
export(status)
export(update)
export(upgrade)
export(use)
export(use_python)
importFrom(tools,file_ext)
importFrom(tools,pskill)
importFrom(tools,psnice)
importFrom(tools,write_PACKAGES)
importFrom(utils,Rprof)
importFrom(utils,URLencode)
importFrom(utils,adist)
importFrom(utils,available.packages)
importFrom(utils,browseURL)
importFrom(utils,citation)
importFrom(utils,contrib.url)
importFrom(utils,download.file)
importFrom(utils,download.packages)
importFrom(utils,file.edit)
importFrom(utils,getCRANmirrors)
importFrom(utils,head)
importFrom(utils,help)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,old.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,remove.packages)
importFrom(utils,sessionInfo)
importFrom(utils,str)
importFrom(utils,summaryRprof)
importFrom(utils,tail)
importFrom(utils,tar)
importFrom(utils,toBibtex)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(utils,update.packages)
importFrom(utils,zip)