forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (39 loc) · 765 Bytes
/
NAMESPACE
File metadata and controls
39 lines (39 loc) · 765 Bytes
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
export(as.package)
export(bash)
export(build_vignettes)
export(build_win)
export(build)
export(check_cran)
export(check_doc)
export(check)
export(clean_source)
export(dev_mode)
export(document)
export(has_devel)
export(install_github)
export(install_gitorious)
export(install_url)
export(install_version)
export(install)
export(is.package)
export(load_all)
export(load_c)
export(load_code)
export(load_data)
export(load_deps)
export(missing_s3)
export(release)
export(reload)
export(run_examples)
export(show_news)
export(show_rd)
export(source_gist)
export(source_url)
export(test)
export(wd)
importFrom(RCurl,ftpUpload)
importFrom(RCurl,getBinaryURL)
importFrom(RCurl,getURL)
importFrom(tools,file_ext)
importFrom(tools,Rd2txt)
importFrom(utils,install.packages)