forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
151 lines (150 loc) · 3.47 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
# Generated by roxygen2: do not edit by hand
S3method(format,check_results)
S3method(format,revdep_check_result)
S3method(print,check_results)
S3method(print,doctor)
S3method(print,maintainers)
S3method(print,revdep_check_result)
export(as.package)
export(bash)
export(build)
export(build_manual)
export(build_readme)
export(build_site)
export(build_vignettes)
export(build_win)
export(check)
export(check_built)
export(check_cran)
export(check_dep_version)
export(check_failures)
export(check_man)
export(check_rhub)
export(check_win_devel)
export(check_win_oldrelease)
export(check_win_release)
export(clean_dll)
export(clean_vignettes)
export(create)
export(create_description)
export(dev_mode)
export(dev_packages)
export(devtest)
export(document)
export(dr_devtools)
export(dr_github)
export(github_pat)
export(has_devel)
export(has_tests)
export(inst)
export(install)
export(install_bioc)
export(install_bitbucket)
export(install_cran)
export(install_deps)
export(install_dev_deps)
export(install_git)
export(install_github)
export(install_gitlab)
export(install_local)
export(install_svn)
export(install_url)
export(install_version)
export(is.package)
export(lint)
export(load_all)
export(loaded_packages)
export(missing_s3)
export(package_file)
export(parse_deps)
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(setup)
export(show_news)
export(source_gist)
export(source_url)
export(spell_check)
export(submit_cran)
export(system_check)
export(system_output)
export(test)
export(test_coverage)
export(test_coverage_file)
export(test_file)
export(uninstall)
export(unload)
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_dev_version)
export(use_git)
export(use_git_hook)
export(use_github)
export(use_github_links)
export(use_gpl3_license)
export(use_mit_license)
export(use_news_md)
export(use_package)
export(use_package_doc)
export(use_rcpp)
export(use_readme_md)
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_debug)
importFrom(cli,cat_bullet)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(memoise,memoise)
importFrom(pkgbuild,clean_dll)
importFrom(pkgbuild,has_devel)
importFrom(pkgbuild,with_debug)
importFrom(pkgload,check_dep_version)
importFrom(pkgload,check_suggested)
importFrom(pkgload,inst)
importFrom(pkgload,parse_deps)
importFrom(pkgload,unload)
importFrom(remotes,install_bioc)
importFrom(remotes,install_bitbucket)
importFrom(remotes,install_cran)
importFrom(remotes,install_deps)
importFrom(remotes,install_git)
importFrom(remotes,install_github)
importFrom(remotes,install_gitlab)
importFrom(remotes,install_local)
importFrom(remotes,install_svn)
importFrom(remotes,install_url)
importFrom(remotes,install_version)
importFrom(usethis,use_testthat)
importFrom(utils,available.packages)
importFrom(utils,contrib.url)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,remove.packages)
importFrom(withr,defer)