-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 2.12 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(copy_files_from_vignettes_dir_to_deploy_dir)
export(create_empty_branch)
export(create_empty_branch_ghpages)
export(create_pkg_dir)
export(deploy_site_github_with_extra_files)
export(deploy_to_branch_with_extra_files)
export(get_pkgname)
export(git_check_config)
export(git_setup_user)
export(set_github_user)
export(use_autopkgdown)
export(use_badge_appveyor)
export(use_badge_codecov)
export(use_badge_cran)
export(use_badge_ghactions)
export(use_badge_ghactions_pkgdown)
export(use_badge_ghactions_rcmdcheck)
export(use_badge_lifecycle)
export(use_badge_runiverse)
export(use_badge_travis)
export(use_codecov)
export(use_description)
export(use_ghactions)
export(use_gitlab_ci_blogdown)
export(use_gitlab_ci_docs)
export(use_gitlab_ci_ghpages)
export(use_gitlab_ci_pkgdown)
export(use_index_md)
export(use_mit_license)
export(use_news_md)
export(use_pkg)
export(use_pkg_skeleton)
export(use_pkgdown)
export(use_readme_md)
export(write_to_gitignore)
export(write_to_rbuildignore)
importFrom(callr,rcmd)
importFrom(cli,cat_rule)
importFrom(crayon,bold)
importFrom(desc,desc)
importFrom(desc,desc_get)
importFrom(desc,desc_set)
importFrom(fs,dir_copy)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_ls)
importFrom(fs,file_chmod)
importFrom(fs,file_copy)
importFrom(fs,file_create)
importFrom(fs,file_exists)
importFrom(fs,file_temp)
importFrom(httr,GET)
importFrom(httr,status_code)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,defaultIfNULL)
importFrom(kwb.utils,isNaOrEmpty)
importFrom(kwb.utils,selectElements)
importFrom(magrittr,"%>%")
importFrom(openssl,base64_decode)
importFrom(pkgdown,build_site)
importFrom(processx,run)
importFrom(rematch2,re_match)
importFrom(sessioninfo,package_info)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tools,toTitleCase)
importFrom(usethis,use_description)
importFrom(usethis,use_git_ignore)
importFrom(usethis,use_mit_license)
importFrom(usethis,use_pkgdown)
importFrom(usethis,use_template)
importFrom(utils,tail)
importFrom(withr,with_dir)