-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
40 lines (39 loc) · 1014 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add_pre_commit)
export(add_pre_push)
export(build_pkg)
export(check_all)
export(check_file_permissions)
export(check_gitignore)
export(check_lintr)
export(check_namespace)
export(check_news)
export(check_pkg)
export(check_r_filenames)
export(check_readme)
export(check_rproj)
export(check_tidy_description)
export(check_version)
export(check_via_env)
export(create_tag)
export(get_default_rproj)
export(get_pkg_tar_ball)
export(git_pre_commit)
export(gitlab_instead_of)
export(set_renviron_var)
importFrom(cli,cli_alert_warning)
importFrom(glue,glue)
importFrom(glue,glue_col)
importFrom(lintr,lint)
importFrom(lintr,lint_dir)
importFrom(lintr,lint_package)
importFrom(rcmdcheck,check_details)
importFrom(rcmdcheck,rcmdcheck)
importFrom(remotes,install_deps)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(utils,glob2rx)
importFrom(utils,packageVersion)