forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (62 loc) · 1.24 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
export(add_path)
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(get_path)
export(has_devel)
export(in_dir)
export(install_bitbucket)
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(on_path)
export(release)
export(reload)
export(revdep_check)
export(revdep_maintainers)
export(revdep)
export(run_examples)
export(set_path)
export(show_news)
export(show_rd)
export(source_gist)
export(source_url)
export(test)
export(wd)
export(with_collate)
export(with_debug)
export(with_env)
export(with_libpaths)
export(with_locale)
export(with_options)
export(with_par)
export(with_path)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,GET)
importFrom(httr,stop_for_status)
importFrom(httr,text_content)
importFrom(memoise,memoise)
importFrom(RCurl,ftpUpload)
importFrom(tools,dependsOnPkgs)
importFrom(tools,file_ext)
importFrom(tools,package_dependencies)
importFrom(tools,Rd2txt)
importFrom(utils,install.packages)