forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
181 lines (180 loc) · 4.23 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
S3method(as.character,quietError)
S3method(format,check_results)
S3method(format,revdep_check_result)
S3method(github_resolve_ref,"NULL")
S3method(github_resolve_ref,default)
S3method(github_resolve_ref,github_pull)
S3method(github_resolve_ref,github_release)
S3method(print,check_results)
S3method(print,doctor)
S3method(print,maintainers)
S3method(print,package_deps)
S3method(print,packages_info)
S3method(print,platform_info)
S3method(print,revdep_check_result)
S3method(print,session_info)
S3method(remote_download,bitbucket_remote)
S3method(remote_download,git_remote)
S3method(remote_download,github_remote)
S3method(remote_download,local_remote)
S3method(remote_download,svn_remote)
S3method(remote_download,url_remote)
S3method(remote_metadata,bitbucket_remote)
S3method(remote_metadata,git_remote)
S3method(remote_metadata,github_remote)
S3method(remote_metadata,local_remote)
S3method(remote_metadata,package)
S3method(remote_metadata,svn_remote)
S3method(remote_metadata,url_remote)
S3method(remote_package_name,bitbucket_remote)
S3method(remote_package_name,git_remote)
S3method(remote_package_name,github_remote)
S3method(remote_sha,bitbucket_remote)
S3method(remote_sha,git_remote)
S3method(remote_sha,github_remote)
S3method(replay_stop,default)
S3method(replay_stop,error)
S3method(replay_stop,list)
S3method(update,package_deps)
export(RCMD)
export(add_path)
export(as.package)
export(bash)
export(build)
export(build_github_devtools)
export(build_vignettes)
export(build_win)
export(check)
export(check_built)
export(check_cran)
export(check_failures)
export(check_man)
export(clean_dll)
export(clean_source)
export(clean_vignettes)
export(compile_dll)
export(compiler_flags)
export(create)
export(create_description)
export(dev_example)
export(dev_help)
export(dev_meta)
export(dev_mode)
export(dev_package_deps)
export(dev_packages)
export(devtest)
export(document)
export(dr_devtools)
export(dr_github)
export(eval_clean)
export(evalq_clean)
export(find_rtools)
export(find_topic)
export(get_path)
export(github_pat)
export(github_pull)
export(github_release)
export(has_devel)
export(has_tests)
export(imports_env)
export(in_dir)
export(inst)
export(install)
export(install_bitbucket)
export(install_deps)
export(install_git)
export(install_github)
export(install_local)
export(install_svn)
export(install_url)
export(install_version)
export(is.package)
export(lint)
export(load_all)
export(load_code)
export(load_data)
export(load_dll)
export(loaded_packages)
export(missing_s3)
export(ns_env)
export(on_path)
export(package_deps)
export(package_file)
export(parse_deps)
export(parse_ns_file)
export(pkg_env)
export(r_env_vars)
export(release)
export(release_checks)
export(reload)
export(revdep)
export(revdep_check)
export(revdep_check_print_problems)
export(revdep_check_reset)
export(revdep_check_resume)
export(revdep_check_save_summary)
export(revdep_email)
export(revdep_maintainers)
export(run_examples)
export(session_info)
export(set_path)
export(setup)
export(setup_rtools)
export(show_news)
export(source_gist)
export(source_url)
export(submit_cran)
export(system_check)
export(test)
export(uninstall)
export(unload)
export(update_packages)
export(use_appveyor)
export(use_build_ignore)
export(use_code_of_conduct)
export(use_coverage)
export(use_cran_badge)
export(use_cran_comments)
export(use_data)
export(use_data_raw)
export(use_git)
export(use_git_hook)
export(use_github)
export(use_github_links)
export(use_mit_license)
export(use_news_md)
export(use_package)
export(use_package_doc)
export(use_rcpp)
export(use_readme_rmd)
export(use_revdep)
export(use_rstudio)
export(use_test)
export(use_testthat)
export(use_travis)
export(use_vignette)
export(uses_testthat)
export(wd)
export(with_collate)
export(with_debug)
export(with_envvar)
export(with_lib)
export(with_libpaths)
export(with_locale)
export(with_makevars)
export(with_options)
export(with_par)
export(with_path)
importFrom(memoise,memoise)
importFrom(stats,update)
importFrom(utils,available.packages)
importFrom(utils,contrib.url)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,remove.packages)
useDynLib(devtools,nsreg)